require File.join(File.dirname(__FILE__), 'fatal_error') # A ServiceError is used to wrap timeouts, HTTP exceptions, etc # And create a new exception that is usually treated as a fatal error module LyberCore module Exceptions class ServiceError < LyberCore::Exceptions::FatalError end end end