Exception: Qubell::ExecutionError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/qubell/errors.rb

Overview

Common Qubell API exception

Direct Known Subclasses

DestroyError, FormatError

Instance Attribute Summary

Attributes inherited from BaseError

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'instance is a submodule or active') ⇒ ExecutionError

Returns a new instance of ExecutionError.



16
17
18
# File 'lib/qubell/errors.rb', line 16

def initialize(msg = 'instance is a submodule or active')
  super '400', msg
end