Exception: Miasma::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Miasma::Error
- Defined in:
- lib/miasma/error.rb
Overview
Generic Error class
Direct Known Subclasses
ApiError, ImmutableError, ModelPersistError, OrchestrationError
Defined Under Namespace
Classes: ApiError, ImmutableError, ModelPersistError, OrchestrationError
Instance Method Summary (collapse)
-
- (self) initialize(msg, args = {})
constructor
Create new error instance.
Constructor Details
- (self) initialize(msg, args = {})
Create new error instance
12 13 14 |
# File 'lib/miasma/error.rb', line 12 def initialize(msg, args={}) super msg end |