]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/container/class_ContainerMaybeDamagedException.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / exceptions / container / class_ContainerMaybeDamagedException.php
index 417e49d2e2737034eec66935534a74c0fa663d84..aa010fa4004fa96e74d1b3e535bae8fda7c94f13 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 ContainerMaybeDamagedException extends FrameworkException {
        /**
@@ -29,7 +29,7 @@ class ContainerMaybeDamagedException 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] Ein Container ist m&ouml;glicherweise besch&auml;digt.",
                        $class->__toString(),