
Public Member Functions | |
| __construct ($strMessage) | |
Definition at line 13 of file CodeToDiagramException.class.php.
| __construct | ( | $ | strMessage | ) |
Definition at line 15 of file CodeToDiagramException.class.php.
References print.
00016 { 00017 print $strMessage . " on " . $this->getFile() . " line " . $this->getLine() . " <br/>\n<pre> "; 00018 print_r( $this->getTrace() ); 00019 exit(); 00020 }
1.5.9