dolibarr/htdocs/includes/OAuth/Common/Http/Exception/TokenResponseException.php
2024-09-06 20:28:06 +08:00

13 lines
199 B
PHP

<?php
namespace OAuth\Common\Http\Exception;
use OAuth\Common\Exception\Exception;
/**
* Exception relating to token response from service.
*/
class TokenResponseException extends Exception
{
}