# encoding: utf-8 module Antelope # Every error in antelope inherits this error class. class Error < StandardError end end