summaryrefslogtreecommitdiffstats
path: root/Exceptions/BeforeValidException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Exceptions/BeforeValidException.php')
-rw-r--r--Exceptions/BeforeValidException.php6
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
+{
+
+}