AssertionException.__construct ( message,
code 
)

The constructor.

Parameters:
$message Message from the exception
$code Code number for the exception
Returns:
void

Reimplemented from FrameworkException.

Definition at line 32 of file class_AssertionException.php.

00032                                                       {
00033                 // Call parent constructor
00034                 parent::__construct($message, $code);
00035         }


Generated on Mon Dec 8 01:07:32 2008 for Ship-Simulator by  doxygen 1.5.6