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