class UnknownGetterException extendsInvalidArgumentException implementsInvalidArgumentException

Properties

protectedstring $getter The getter.

Methods

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

Constructor.

string
getGetter()

Get the getter.

Details

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

Constructor.

Parameters

string $getter getter name
int $code
Throwable $previous

at line45
string getGetter()

Get the getter.

Return Value

string