관리-도구
편집 파일: CloneNotSupportedException.php
<?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class CloneNotSupportedException extends Exception implements ExceptionInterface { }