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

7 lines
118 B
Julia
Raw Normal View History

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