summaryrefslogtreecommitdiffstats
path: root/Exceptions/ExpiredException.php
diff options
context:
space:
mode:
authorRob DiMarco <rdimarco@google.com>2015-07-09 09:51:32 -0700
committerRob DiMarco <rdimarco@google.com>2015-07-09 09:51:32 -0700
commit436e0056e3dbcc8a00c2ad5c079213cc60b3006f (patch)
treee8db16bf350d70df8eea7d831f41e7096bbeec56 /Exceptions/ExpiredException.php
parent21498f7b9e433b37b3a8d18388ccc77ed6853703 (diff)
parent3a6b01aab96aeab6d360f42729d89122a7314d33 (diff)
downloadphp-jwt-436e0056e3dbcc8a00c2ad5c079213cc60b3006f.zip
php-jwt-436e0056e3dbcc8a00c2ad5c079213cc60b3006f.tar.gz
php-jwt-436e0056e3dbcc8a00c2ad5c079213cc60b3006f.tar.bz2
Merge pull request #59 from Dashron/master
Add firebase\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
-{
-
-}