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