class_FatalErrorException.php

Go to the documentation of this file.
00001 <?php
00024 class FatalErrorException extends FrameworkException {
00032         public function __construct ($message, $code) {
00033                 die($message);
00034                 // Call parent constructor
00035                 parent::__construct($message, $code);
00036         }
00037 }
00038 
00039 // [EOF]
00040 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6