module Jot module Ruby module Errors class ImplError < StandardError; end class NoImplError < StandardError; end end end end