私は次のように配列を使用して例外をスローしています:
$response = array('login_email' => '<div class="warning">Your email and / or password were incorrect</div>');
throw new \Exception($response);
そして私が捕まえているのは:
Error: Wrong parameters for Exception([string $exception [, long $code [, Exception $previous = NULL]]])
何か案が?