class Qubell::DestroyError

Instance destoy exception for Qubell module

Public Class Methods

new(msg = 'specified instance is either a submodule or active') click to toggle source
Calls superclass method Qubell::ExecutionError::new
# File lib/qubell/errors.rb, line 58
def initialize(msg = 'specified instance is either a submodule or active')
  super
end