throw new \ErrorException('Error found');
public function isValid($value) { try { // Validate the value... } catch (Throwable $e) { report($e); return false; } }