summaryrefslogtreecommitdiffstats
path: root/src/ExpiredException.php
diff options
context:
space:
mode:
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
+{
+
+}