diff options
author | Rob DiMarco <rdimarco@google.com> | 2015-07-09 09:51:32 -0700 |
---|---|---|
committer | Rob DiMarco <rdimarco@google.com> | 2015-07-09 09:51:32 -0700 |
commit | 436e0056e3dbcc8a00c2ad5c079213cc60b3006f (patch) | |
tree | e8db16bf350d70df8eea7d831f41e7096bbeec56 /Exceptions/ExpiredException.php | |
parent | 21498f7b9e433b37b3a8d18388ccc77ed6853703 (diff) | |
parent | 3a6b01aab96aeab6d360f42729d89122a7314d33 (diff) | |
download | php-jwt-436e0056e3dbcc8a00c2ad5c079213cc60b3006f.zip php-jwt-436e0056e3dbcc8a00c2ad5c079213cc60b3006f.tar.gz php-jwt-436e0056e3dbcc8a00c2ad5c079213cc60b3006f.tar.bz2 |
Merge pull request #59 from Dashron/master
Add firebase\jwt namespace
Diffstat (limited to 'Exceptions/ExpiredException.php')
-rw-r--r-- | Exceptions/ExpiredException.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Exceptions/ExpiredException.php b/Exceptions/ExpiredException.php deleted file mode 100644 index bd80468..0000000 --- a/Exceptions/ExpiredException.php +++ /dev/null @@ -1,6 +0,0 @@ -<?php - -class ExpiredException extends UnexpectedValueException -{ - -} |