Class QUndefinedPropertyException
Thrown when a particular property of class is not defined and we try to access it
-
Exception
-
QCallerException
-
QUndefinedPropertyException
Methods summary
public
|
#
__construct( string $strType, integer $strClass, string $strProperty )
Constructor method
Parameters
- $strType
- $strClass
- $strProperty
Overrides
|
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
Properties inherited from Exception
$code,
$file,
$line,
$message
|