Exception: Kameleoon::Exception::NotFound

Inherits:
KameleoonError show all
Defined in:
lib/kameleoon/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(value = "") ⇒ NotFound

Returns a new instance of NotFound.



9
10
11
# File 'lib/kameleoon/exceptions.rb', line 9

def initialize(value = "")
  super(value.to_s + " not found.")
end