diff options
Diffstat (limited to 'Exceptions/ExpiredException.php')
-rw-r--r-- | Exceptions/ExpiredException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Exceptions/ExpiredException.php b/Exceptions/ExpiredException.php new file mode 100644 index 0000000..bd80468 --- /dev/null +++ b/Exceptions/ExpiredException.php @@ -0,0 +1,6 @@ +<?php + +class ExpiredException extends UnexpectedValueException +{ + +} |