5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
|
|
namespace App\Auth\Oidc\Exceptions;
|
|
|
|
class OidcDiscoveryException extends OidcException {}
|