/
var
/
www
/
barefootlaw.org
/
will-generator
/
vendor
/
dasprid
/
enum
/
src
/
Exception
/
Upload File
HOME
<?php declare(strict_types = 1); namespace DASPRiD\Enum\Exception; use Exception; final class IllegalArgumentException extends Exception implements ExceptionInterface { }