module OpenTox class NotFoundError < RuntimeError end class BadRequestError < RuntimeError end end