Exception: GcfRuby::GcfError
- Inherits:
-
StandardError
- Object
- StandardError
- GcfRuby::GcfError
- Defined in:
- lib/gcf_ruby/errors.rb
Overview
GcfError is the base error from which all other more specific errors
Direct Known Subclasses
AsyncError, AuthentificationError, FailedValidationError, InternalServerError, UnhandledError, WrongModelName
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ GcfError
constructor
A new instance of GcfError.
Constructor Details
#initialize(message = nil) ⇒ GcfError
Returns a new instance of GcfError.
8 9 10 |
# File 'lib/gcf_ruby/errors.rb', line 8 def initialize( = nil) = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/gcf_ruby/errors.rb', line 6 def end |