]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/filter/class_BaseFilter.php
Code syncronized with shipsimu code base
[hub.git] / inc / classes / main / filter / class_BaseFilter.php
index 3800c49250d1e6fe2ad8bdd1e62f9af95249cb48..0f3a47818b8ff3826b1b497d123548c4f9cf7c81 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -23,7 +23,7 @@
  */
 class BaseFilter extends BaseFrameworkSystem {
        // Exception constants
-       const EXCEPTION_FILTER_CHAIN_ABORTED = 0x090;
+       const EXCEPTION_FILTER_CHAIN_ABORTED = 0x1a0;
 
        /**
         * Protected constructor