class_AssertionException.php

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

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