MethodNotAllowedException
extends Exception
in package
Class MethodNotAllowedException.
Tags
Table of Contents
- __construct() : mixed
- MethodNotAllowedException constructor.
Methods
__construct()
MethodNotAllowedException constructor.
public
__construct([string $message = 'Method is not allowed.' ], int $code[, Exception $previous = null ]) : mixed
Parameters
- $message : string = 'Method is not allowed.'
- $code : int
- $previous : Exception = null