diff options
Diffstat (limited to 'Exceptions')
-rw-r--r-- | Exceptions/BeforeValidException.php | 6 | ||||
-rw-r--r-- | Exceptions/ExpiredException.php | 2 | ||||
-rw-r--r-- | Exceptions/SignatureInvalidException.php | 2 | ||||
-rw-r--r-- | Exceptions/TooEarlyException.php | 6 |
4 files changed, 8 insertions, 8 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 +{ + +} diff --git a/Exceptions/ExpiredException.php b/Exceptions/ExpiredException.php index 74b0d57..bd80468 100644 --- a/Exceptions/ExpiredException.php +++ b/Exceptions/ExpiredException.php @@ -3,4 +3,4 @@ class ExpiredException extends UnexpectedValueException { -}
\ No newline at end of file +} diff --git a/Exceptions/SignatureInvalidException.php b/Exceptions/SignatureInvalidException.php index 640bb49..d122232 100644 --- a/Exceptions/SignatureInvalidException.php +++ b/Exceptions/SignatureInvalidException.php @@ -3,4 +3,4 @@ class SignatureInvalidException extends UnexpectedValueException { -}
\ No newline at end of file +} diff --git a/Exceptions/TooEarlyException.php b/Exceptions/TooEarlyException.php deleted file mode 100644 index 989a416..0000000 --- a/Exceptions/TooEarlyException.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -class TooEarlyException extends UnexpectedValueException -{ - -}
\ No newline at end of file |