class ValidationError

Attributes

event[R]

Public Class Methods

new(event) click to toggle source
Calls superclass method
# File lib/hanreki/exceptions.rb, line 4
def initialize(event)
  super
  @event = event
end