Prose\E5xx_NotImplemented::__construct PHP Метод

__construct() публичный Метод

public __construct ( $methodName )
    public function __construct($methodName)
    {
        $msg = "Method '{$methodName}' has not been implemented yet";
        parent::__construct(500, $msg, $msg);
    }
E5xx_NotImplemented