Exception: Rester::Errors::ValidationError

Inherits:
RequestError show all
Defined in:
lib/rester/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#error

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ ValidationError

Returns a new instance of ValidationError.



53
54
55
# File 'lib/rester/errors.rb', line 53

def initialize(message = nil)
  super('validation', message)
end