You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
@@ -24,9 +25,13 @@ class HttpExceptionTest extends TestCase
24
25
{
25
26
publicfunctiontestItCanGetError()
26
27
{
27
-
$exception = newHttpException();
28
+
$exception = newHttpException(500, 'internal_server_error', 'Internal Server Error', [], 'Ooops!!!', 'Seems one of our developers unplugged the server again!', [], new \Exception('some error'));
0 commit comments