class Qubell::WorkflowError

Workflow exception for Qubell module

Public Class Methods

new(msg = 'another workflow is already running') click to toggle source
Calls superclass method Qubell::BaseError::new
# File lib/qubell/errors.rb, line 44
def initialize(msg = 'another workflow is already running')
  super '409', msg
end