Exception: Caseblocks::Errors::GeneralError
- Inherits:
-
StandardError
- Object
- StandardError
- Caseblocks::Errors::GeneralError
- Defined in:
- lib/caseblocks/errors/general_error.rb
Overview
Instance Method Summary collapse
-
#initialize(message, options = {}) ⇒ GeneralError
constructor
A new instance of GeneralError.
- #params ⇒ Object
Constructor Details
#initialize(message, options = {}) ⇒ GeneralError
Returns a new instance of GeneralError.
4 5 6 7 |
# File 'lib/caseblocks/errors/general_error.rb', line 4 def initialize(, ={}) super() @options = end |
Instance Method Details
#params ⇒ Object
8 9 10 |
# File 'lib/caseblocks/errors/general_error.rb', line 8 def params @options end |