class Qyu::Store::Redis::Errors::WorkflowNotUnique

Qyu::Store::Redis::Errors::WorkflowNotUnique

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/qyu/store/redis/errors/workflow_not_unique.rb, line 7
def initialize
  super('Workflow name is not unique.')
end