summaryrefslogtreecommitdiff
path: root/vendor/theseer/tokenizer/src/Exception.php
blob: 71fc117a51e51a03d36f2d12a4e73fb9fe0dadc7 (plain)
1
2
3
4
5
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;

class Exception extends \Exception {
}