for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* SocialConnect project
* @author: Patsura Dmitry https://github.com/ovr <[email protected]>
*/
namespace SocialConnect\Provider\Exception;
class InvalidAccessToken extends \SocialConnect\Common\Exception
{
public function __construct($message = 'Invalid access token')
parent::__construct($message);
}