diff options
author | Aaron Hedges <aaron@vimeo.com> | 2015-07-01 13:18:06 -0400 |
---|---|---|
committer | Aaron Hedges <aaron@vimeo.com> | 2015-07-01 13:18:06 -0400 |
commit | 3a48a27693c0de928d3adfffc651368d431a573f (patch) | |
tree | b62d0a4a41cb0fbc4f9fc6fe9eefb283f981bd40 /Exceptions/ExpiredException.php | |
parent | e0a75bfb6413f22092c99b70f310ccb2cca3efa5 (diff) | |
download | php-jwt-3a48a27693c0de928d3adfffc651368d431a573f.zip php-jwt-3a48a27693c0de928d3adfffc651368d431a573f.tar.gz php-jwt-3a48a27693c0de928d3adfffc651368d431a573f.tar.bz2 |
Add firespace\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 -{ - -} |