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