class UnknownMethodException extendsBadMethodCallException implementsBadMethodCallException

Properties

protectedstring $method The method.

Methods

__construct(string$method,int$code =0,Throwable$previous =null)

Constructor.

string
getMethod()

Get the method.

Details

at line33
__construct(string$method,int$code =0,Throwable$previous =null)

Constructor.

Parameters

string $method
int $code
Throwable $previous

at line45
string getMethod()

Get the method.

Return Value

string