1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-19 19:01:17 +00:00
ReCo.jl/src/Error.jl
2022-01-18 02:17:52 +01:00

9 lines
No EOL
140 B
Julia

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