dolibarr/htdocs/includes/OAuth/Common/Storage/Exception/StorageException.php

13 lines
172 B
PHP
Raw Normal View History

2015-10-21 16:23:35 +00:00
<?php
namespace OAuth\Common\Storage\Exception;
use OAuth\Common\Exception\Exception;
/**
* Generic storage exception.
*/
class StorageException extends Exception
{
}