Exception: SafeType::ValidationError

Inherits:
Error
  • Object
show all
Defined in:
lib/safe_type/errors.rb

Instance Method Summary collapse

Constructor Details

#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