Sha256: 833a720fa086dd1cad60ca80331ed9cad9cd3f6f62163fc997b3f7f43c322e14
Contents?: true
Size: 231 Bytes
Versions: 3
Compression:
Stored size: 231 Bytes
Contents
module ActionLogic class MissingAttributeError < StandardError; end class AttributeTypeError < StandardError; end class PresenceError < StandardError; end class UnrecognizablePresenceValidatorError < StandardError; end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
action_logic-0.0.6 | lib/action_logic/errors.rb |
action_logic-0.0.5 | lib/action_logic/errors.rb |
action_logic-0.0.4 | lib/action_logic/errors.rb |