View file phpBB3/vendor/carlos-mg89/oauth/src/OAuth/Common/Storage/Exception/StorageException.php

File size: 172B
<?php

namespace OAuth\Common\Storage\Exception;

use OAuth\Common\Exception\Exception;

/**
 * Generic storage exception.
 */
class StorageException extends Exception
{
}