Definition at line 25 of file class_ItemNotInPriceListException.php. References FrameworkException.__toString(). 00025 { 00026 // Add a message around the missing class 00027 $message = sprintf("[Merchant:] Preis für den Artikel <span class=\"exception_reason\">%s</span> nicht gefunden.", 00028 $class->__toString() 00029 ); 00030 00031 // Call parent constructor 00032 parent::__construct($message, $code); 00033 }
Here is the call graph for this function:
![]()
|
1.5.6