Files
dolibarr/htdocs/includes/OAuth/Common/Storage/Exception/StorageException.php
2015-10-30 17:22:06 +01:00

13 lines
172 B
PHP

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