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 /src/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 'src/ExpiredException.php')
-rw-r--r-- | src/ExpiredException.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ExpiredException.php b/src/ExpiredException.php new file mode 100644 index 0000000..3597370 --- /dev/null +++ b/src/ExpiredException.php @@ -0,0 +1,7 @@ +<?php +namespace Firebase\JWT; + +class ExpiredException extends \UnexpectedValueException +{ + +} |