diff options
author | Steve Jones <sjones608@me.com> | 2015-07-21 16:14:28 -0500 |
---|---|---|
committer | Steve Jones <sjones608@me.com> | 2015-07-21 16:14:28 -0500 |
commit | d0e9a7a48a685935ccb1156b70c2f4460dd1a053 (patch) | |
tree | f9374efb6588c10bf6bb2b169c64d05ea3e8c933 /Exceptions/BeforeValidException.php | |
parent | 49f7de66cfb3ae4867a0c95665102b2b0386c4a0 (diff) | |
parent | 11855dbf52eedc82320d8ad7102cf32c18d2be7e (diff) | |
download | php-jwt-d0e9a7a48a685935ccb1156b70c2f4460dd1a053.zip php-jwt-d0e9a7a48a685935ccb1156b70c2f4460dd1a053.tar.gz php-jwt-d0e9a7a48a685935ccb1156b70c2f4460dd1a053.tar.bz2 |
Merge remote-tracking branch 'upstream/master' into nullkey
Diffstat (limited to 'Exceptions/BeforeValidException.php')
-rw-r--r-- | Exceptions/BeforeValidException.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Exceptions/BeforeValidException.php b/Exceptions/BeforeValidException.php deleted file mode 100644 index 5a84975..0000000 --- a/Exceptions/BeforeValidException.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -class BeforeValidException extends UnexpectedValueException -{ - -} |