1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2025-01-22 17:11:32 +00:00
ReCo.jl/src/Error.jl

10 lines
141 B
Julia
Raw Permalink Normal View History

2022-01-11 19:00:41 +01:00
module Error
export method_not_implemented
2022-01-18 02:17:52 +01:00
function method_not_implemented()
return error("Method not implemented!")
end
2022-01-11 19:00:41 +01:00
2022-03-19 23:11:03 +01:00
end # module