Sha256: 93060cd52fc642d1050cec04b8e523d3fbee814ba083e1f96380238e9beef08f

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

module Symbiont
  module Errors
    class NoUrlForDefinition < StandardError; end
    class NoUrlMatchForDefinition < StandardError; end
    class NoTitleForDefinition < StandardError; end
    class WorkflowPathNotFound < StandardError; end
    class WorkflowActionNotFound < StandardError; end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
symbiont-0.11.0 lib/symbiont/errors.rb