Exception: WaffleAPI::Error::Standard
- Inherits:
-
StandardError
- Object
- StandardError
- WaffleAPI::Error::Standard
- Defined in:
- lib/waffle_api/errors.rb
Overview
Standard error we will inherit
Direct Known Subclasses
AddressNotFound, BadAddress, EmptyAddress, EndPointMoved, HttpsNotSupportedYet, UnknownError, UnknownKey
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ Standard
constructor
A new instance of Standard.
Constructor Details
#initialize(message = nil) ⇒ Standard
Returns a new instance of Standard.
8 9 10 |
# File 'lib/waffle_api/errors.rb', line 8 def initialize( = nil) super( || self.) end |