Exception: Karaden::Exception::InvalidParamsException

Inherits:
KaradenException
  • Object
show all
Defined in:
lib/karaden/exception/invalid_params_exception.rb

Instance Attribute Summary

Attributes inherited from KaradenException

#body, #code, #error, #headers

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ InvalidParamsException

Returns a new instance of InvalidParamsException.



4
5
6
# File 'lib/karaden/exception/invalid_params_exception.rb', line 4

def initialize(message = nil)
  super
end