]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / language / class_LanguagePathIsNoDirectoryException.php
index 1f0f53dae0ddd992d7481db2f0e4abc5f3f9ea89..3772ee03ac308b6e12d44da015f41013c72d59c2 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 LanguagePathIsNoDirectoryException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class LanguagePathIsNoDirectoryException 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 Sprach-Basispfad <u>%s</u> existiert nicht oder ist eine Datei!",
                        $class[0]->__toString(),