class Qubell::ExecutionError
Public Class Methods
new(msg = 'instance is a submodule or active')
click to toggle source
Calls superclass method
Qubell::BaseError::new
# File lib/qubell/errors.rb, line 16 def initialize(msg = 'instance is a submodule or active') super '400', msg end