Prose\E5xx_NotImplemented::__construct PHP Method

__construct() public method

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