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