Newer
Older
use RuntimeException;
class NewsNotFoundException extends RuntimeException
parent::__construct("News not found", ErrorCodeEnum::NotFound->value);
use RuntimeException;
class NewsNotFoundException extends RuntimeException
parent::__construct("News not found", ErrorCodeEnum::NotFound->value);