Exceptions\Operation\NotImplementedException::__construct PHP Method

__construct() public method

public __construct ( $message = 'Feature not implemented yet', $code, $previous = null )
    public function __construct($message = 'Feature not implemented yet', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
NotImplementedException