Sha256: af35d496a88c4adc7f95d941a9ddf98d81691dbbaf4f65a44d216989807f1f86
Contents?: true
Size: 461 Bytes
Versions: 3
Compression:
Stored size: 461 Bytes
Contents
module Controll::Flow class ActionEventError < StandardError; end class EventNotImplementedError < StandardError; end class PathActionError < StandardError; end # Complex mapper class NoMappingFoundError < PathActionError; end # Simple mapper class NoEventsDefinedError < PathActionError; end class NoDefaultPathDefinedError < PathActionError; end class BadPathError < PathActionError; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
controll-0.3.2 | lib/controll/flow/errors.rb |
controll-0.3.1 | lib/controll/flow/errors.rb |
controll-0.3.0 | lib/controll/flow/errors.rb |