handlerResponse($throwable, $response) : $response; } /** * @param Throwable $throwable * @return bool */ public function isValid(Throwable $throwable): bool { return $throwable instanceof ErrException; } }