Exception: Karaden::Exception::UnexpectedValueException

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

Instance Attribute Summary

Attributes inherited from KaradenException

#body, #code, #error, #headers

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ UnexpectedValueException

Returns a new instance of UnexpectedValueException.



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

def initialize(message = nil)
  super
end