summaryrefslogtreecommitdiffstats
path: root/src/SignatureInvalidException.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/SignatureInvalidException.php')
-rw-r--r--src/SignatureInvalidException.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SignatureInvalidException.php b/src/SignatureInvalidException.php
new file mode 100644
index 0000000..27332b2
--- /dev/null
+++ b/src/SignatureInvalidException.php
@@ -0,0 +1,7 @@
+<?php
+namespace Firebase\JWT;
+
+class SignatureInvalidException extends \UnexpectedValueException
+{
+
+}