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
00034 parent::__construct($message, $code);
00035 }