Seditio Source
Root |
./othercms/phpBB3/vendor/lusitanian/oauth/src/OAuth/Common/Http/Exception/TokenResponseException.php
<?php

namespace OAuth\Common\Http\Exception;

use
OAuth\Common\Exception\Exception;

/**
 * Exception relating to token response from service.
 */
class TokenResponseException extends Exception
{
}