File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/Exception.zip
Back
PK �J�Z�L�A� � $ UnserializeNotSupportedException.phpnu �[��� <?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class UnserializeNotSupportedException extends Exception implements ExceptionInterface { } PK �J�Z1��� � ExpectationException.phpnu �[��� <?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class ExpectationException extends Exception implements ExceptionInterface { } PK �J�Z�m�Y� � IllegalArgumentException.phpnu �[��� <?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class IllegalArgumentException extends Exception implements ExceptionInterface { } PK �J�Z���ް � CloneNotSupportedException.phpnu �[��� <?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class CloneNotSupportedException extends Exception implements ExceptionInterface { } PK �J�Z|�6� � ExceptionInterface.phpnu �[��� <?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Throwable; interface ExceptionInterface extends Throwable { } PK �J�ZN͐{� � MismatchException.phpnu �[��� <?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class MismatchException extends Exception implements ExceptionInterface { } PK �J�Z��ʴ � "