aboutsummaryrefslogtreecommitdiff
path: root/vendor/theseer/tokenizer/src/Exception.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/theseer/tokenizer/src/Exception.php')
-rw-r--r--vendor/theseer/tokenizer/src/Exception.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/theseer/tokenizer/src/Exception.php b/vendor/theseer/tokenizer/src/Exception.php
deleted file mode 100644
index 71fc117a5..000000000
--- a/vendor/theseer/tokenizer/src/Exception.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php declare(strict_types = 1);
-namespace TheSeer\Tokenizer;
-
-class Exception extends \Exception {
-}