$To :
ThrowOn( $flag, $message, $code)
ThrowTo( $class)
<?php declare(strict_types=1); /** * DuckPHP * From this time, you never be alone~ */ namespace SimpleAuth\Service; use SimpleAuth\Base\BaseException; class UserServiceException extends BaseException { // }