8 lines
115 B
PHP
8 lines
115 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace App\Auth\Oidc\Exceptions;
|
||
|
|
|
||
|
|
use RuntimeException;
|
||
|
|
|
||
|
|
class OidcException extends RuntimeException {}
|