WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
theseer
/
tokenizer
/
src
/
Name
Action
..
Exception.php
Edit
NamespaceUri.php
Edit
NamespaceUriException.php
Edit
Token.php
Edit
TokenCollection.php
Edit
TokenCollectionException.php
Edit
Tokenizer.php
Edit
XMLSerializer.php
Edit
Editing: Exception.php
<?php declare(strict_types = 1); namespace TheSeer\Tokenizer; class Exception extends \Exception { }