Edit File: CloneNotSupportedException.php
<?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class CloneNotSupportedException extends Exception implements ExceptionInterface { }
Back to File Manager