module OverSIP class Error < ::StandardError ; end class ConfigurationError < Error ; end class LogicError < Error ; end end