Exception: Shep::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/shep/exceptions.rb

Overview

Base class for exceptions originating from Shep. Use this to trap all Shep exceptions at once.

Note that Shep usually does not trap exceptions thrown by Net::HTTP and friends; you will need to trap those separately.

Direct Known Subclasses

Caller, Remote, Server

Defined Under Namespace

Classes: Caller, Http, RateLimit, Remote, Server, Type