]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_MissingDecimalsThousandsSeperatorException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / main / class_MissingDecimalsThousandsSeperatorException.php
index c5b28a4bcd782c1087050954172fd3deb69a8209..8ccc62e66661cdfc7817628eedac1e51cdc10ca7 100644 (file)
@@ -19,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class MissingDecimalsThousandsSeperatorException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class MissingDecimalsThousandsSeperatorException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($instance, $code) {
+       public function __construct ($instance, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Die Dezimal- und Tausendertrenner fehlen!",
                        $instance->__toString(),