PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
dasprid
/
enum
/
src
/
Exception
/
Editing: MismatchException.php
<?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class MismatchException extends Exception implements ExceptionInterface { }
SAVE
CANCEL