Exception: Qubell::WorkflowError

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

Overview

Workflow exception for Qubell module

Instance Attribute Summary

Attributes inherited from BaseError

#error_code

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'another workflow is already running') ⇒ WorkflowError

Returns a new instance of WorkflowError.



44
45
46
# File 'lib/qubell/errors.rb', line 44

def initialize(msg = 'another workflow is already running')
  super '409', msg
end