diff options
Diffstat (limited to 'vendor/doctrine/orm/src/Cache/Exception/CacheException.php')
| -rw-r--r-- | vendor/doctrine/orm/src/Cache/Exception/CacheException.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/doctrine/orm/src/Cache/Exception/CacheException.php b/vendor/doctrine/orm/src/Cache/Exception/CacheException.php new file mode 100644 index 0000000..cae1bde --- /dev/null +++ b/vendor/doctrine/orm/src/Cache/Exception/CacheException.php | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | declare(strict_types=1); | ||
| 4 | |||
| 5 | namespace Doctrine\ORM\Cache\Exception; | ||
| 6 | |||
| 7 | use Doctrine\ORM\Cache\CacheException as BaseCacheException; | ||
| 8 | |||
| 9 | /** | ||
| 10 | * Exception for cache. | ||
| 11 | */ | ||
| 12 | class CacheException extends BaseCacheException | ||
| 13 | { | ||
| 14 | } | ||
