class MethodNotAllowedHttpException extends HttpException
MethodNotAllowedHttpException.
Methods
| __construct(array $allow, string $message = null, Exception $previous = null, integer $code) | ||
| integer |
getStatusCode()
Returns the status code. |
from HttpException |
| array |
getHeaders()
Returns response headers. |
from HttpException |
Details
at line 29
public
__construct(array $allow, string $message = null, Exception $previous = null, integer $code)
in HttpException at line 32
public integer
getStatusCode()
Returns the status code.
in HttpException at line 37
public array
getHeaders()
Returns response headers.