The constructor.
Definition at line 34 of file class_GetterNotFoundException.php. References FrameworkException.__toString(). 00034 { 00035 // Add a message around the missing class 00036 $message = sprintf("[%s:%d] Getter-Methode für Attribut <span class=\"exception_reason\">%s</span> nicht gefunden.", 00037 $dataArray[0]->__toString(), 00038 $this->getLine(), 00039 $dataArray[1] 00040 ); 00041 00042 // Call parent constructor 00043 parent::__construct($message, $code); 00044 }
Here is the call graph for this function:
![]()
|
1.5.6