class Ant::Storage::Exceptions::ValidationErrors

Exception used when a value on a model violates the restrictions from the validators.

Public Class Methods

new(data) click to toggle source
Calls superclass method
# File lib/ant/storage/datasource/exceptions.rb, line 20
def initialize(data)
  super('Error while validating object', 'ValidationErrors', data)
end