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, 5 insertions, 0 deletions
diff --git a/vendor/theseer/tokenizer/src/TokenCollectionException.php b/vendor/theseer/tokenizer/src/TokenCollectionException.php
new file mode 100644
index 000000000..4291ce0c4
--- /dev/null
+++ b/vendor/theseer/tokenizer/src/TokenCollectionException.php
@@ -0,0 +1,5 @@
+<?php declare(strict_types = 1);
+namespace TheSeer\Tokenizer;
+
+class TokenCollectionException extends Exception {
+}