mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
12 lines
199 B
PHP
12 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
|
|
{
|
|
}
|