module Antelope # Every error in antelope inherits this error class. class Error < StandardError end end