Exception: Qubell::DestroyError

Inherits:
ExecutionError show all
Defined in:
lib/qubell/errors.rb

Overview

Instance destoy exception for Qubell module

Instance Attribute Summary

Attributes inherited from BaseError

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'specified instance is either a submodule or active') ⇒ DestroyError

Returns a new instance of DestroyError.



58
59
60
# File 'lib/qubell/errors.rb', line 58

def initialize(msg = 'specified instance is either a submodule or active')
  super
end