* @copyright 2017 Smiley * @license MIT */ declare(strict_types=1); namespace chillerlan\OAuth\Storage; use chillerlan\OAuth\OAuthException; /** * Thrown on general storage errors */ class OAuthStorageException extends OAuthException{ }