mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
13 lines
172 B
PHP
13 lines
172 B
PHP
<?php
|
|
|
|
namespace OAuth\Common\Storage\Exception;
|
|
|
|
use OAuth\Common\Exception\Exception;
|
|
|
|
/**
|
|
* Generic storage exception.
|
|
*/
|
|
class StorageException extends Exception
|
|
{
|
|
}
|