Exception: Acfs::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Acfs::Error
- Defined in:
- lib/acfs/errors.rb
Overview
Acfs base error.
Direct Known Subclasses
AmbiguousStubError, ErroneousResponse, RequestError, ResourceNotLoaded, ResourceTypeError
Instance Method Summary collapse
-
#initialize(opts = {}, message = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(opts = {}, message = nil) ⇒ Error
Returns a new instance of Error.
7 8 9 10 |
# File 'lib/acfs/errors.rb', line 7 def initialize(opts = {}, = nil) opts[:message] = if super(opts[:message]) end |