Method: SafeType::ValidationError#initialize

Defined in:
lib/safe_type/errors.rb

#initialize(message = "failed to validate") ⇒ ValidationError

Returns a new instance of ValidationError.



11
12
13
# File 'lib/safe_type/errors.rb', line 11

def initialize(message="failed to validate")
  super
end