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

9 lines
140 B
Julia
Raw Normal View History

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