module Error
export method_not_implemented
function method_not_implemented()
return error("Method not implemented!")
end
end # module