summaryrefslogtreecommitdiff
path: root/vendor/OAuth/Common/Storage/Exception/StorageException.php
blob: 4378ee8fde32fc8a65504f3be02de1f1e6c8606a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace OAuth\Common\Storage\Exception;

use OAuth\Common\Exception\Exception;

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