X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fexceptions%2Fmain%2Fclass_MissingMethodException.php;h=c63e6ef711e474eb3600765a83325d510e281c61;hp=b06ae95a022a47f2341134839e540e23001dcad3;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0 diff --git a/inc/main/exceptions/main/class_MissingMethodException.php b/inc/main/exceptions/main/class_MissingMethodException.php index b06ae95a..c63e6ef7 100644 --- a/inc/main/exceptions/main/class_MissingMethodException.php +++ b/inc/main/exceptions/main/class_MissingMethodException.php @@ -45,7 +45,5 @@ class MissingMethodException extends FrameworkException { // Call parent constructor parent::__construct($message, $code); } -} -// [EOF] -?> +}