Yar_Server_Exception::getTypeThe getType purpose Description
public string Yar_Server_Exception::getType
( void
)
Get the exception original type threw by server ParametersThis function has no parameters. Return Valuesstring ExamplesExample #1 Yar_Server_Exception::getType example
//Server.php The above example will output something similar to: string(16) "Custom_Exception" string(6) "client" See Also |