summaryrefslogtreecommitdiffstats
path: root/Exceptions/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 /Exceptions/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 'Exceptions/ExpiredException.php')
-rw-r--r--Exceptions/ExpiredException.php6
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
-{
-
-}