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

namespace OAuth\Common\Storage\Exception;

use
OAuth\Common\Exception\Exception;

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