dolibarr/htdocs/includes/OAuth/Common/Http/Exception/TokenResponseException.php

13 lines
199 B
PHP
Raw Permalink Normal View History

2015-10-21 18:23:35 +02:00
<?php
namespace OAuth\Common\Http\Exception;
use OAuth\Common\Exception\Exception;
/**
* Exception relating to token response from service.
*/
class TokenResponseException extends Exception
{
}