Raise an error

"; // throw and catch a real exception try { // raise some errors and warnings patErrorManager::raiseError( 'example_112', 'This is a real error', 'A different exception class will be used.' ); } catch (Exception $e) { echo $e; } ?>