Files
Kanboard-Prod/vendor/OAuth/Common/Storage/Exception/StorageException.php
2014-05-03 22:24:03 -04:00

13 lines
172 B
PHP
Executable File

<?php
namespace OAuth\Common\Storage\Exception;
use OAuth\Common\Exception\Exception;
/**
* Generic storage exception.
*/
class StorageException extends Exception
{
}