Skip to content

Commit e1c0dd5

Browse files
authored
Fixes the incorrect ServiceUnavailable code (#16)
1 parent 1e5f15c commit e1c0dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exceptions/Http/Server/ServiceUnavailableException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class ServiceUnavailableException extends ServerErrorException
1616
/**
1717
* Returns the HTTP error code for that exception.
1818
*/
19-
const HTTP_CODE = 501;
19+
const HTTP_CODE = 503;
2020

2121
/**
2222
* Returns the HTTP error message for that exception.

0 commit comments

Comments
 (0)