authman-1.x-dev/src/Exception/AuthmanClientCredentialsException.php
src/Exception/AuthmanClientCredentialsException.php
<?php
declare(strict_types = 1);
namespace Drupal\authman\Exception;
/**
* Thrown when client credentials are missing or invalid.
*/
class AuthmanClientCredentialsException extends \Exception {
}
