summaryrefslogtreecommitdiffstats
path: root/src/ExpiredException.php
diff options
context:
space:
mode:
authorAaron Hedges <aaron@vimeo.com>2015-07-01 13:18:06 -0400
committerAaron Hedges <aaron@vimeo.com>2015-07-01 13:18:06 -0400
commit3a48a27693c0de928d3adfffc651368d431a573f (patch)
treeb62d0a4a41cb0fbc4f9fc6fe9eefb283f981bd40 /src/ExpiredException.php
parente0a75bfb6413f22092c99b70f310ccb2cca3efa5 (diff)
downloadphp-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.php7
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
+{
+
+}