]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / language / class_LanguagePathIsEmptyException.php
index 4e2cbf8283b43a51eea947ebdfada2ede1c8734c..e1aef2a433b703fe1f96e7cd9cfe81ad26c4deec 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 LanguagePathIsEmptyException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class LanguagePathIsEmptyException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($class, $code) {
+       public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Der Sprachen-Basispfad ist leer.",
                        $class->__toString(),