Exception: Kameleoon::Exception::NotFound

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

Overview

Base Not Found Error

Instance Method Summary collapse

Constructor Details

#initialize(value = '') ⇒ NotFound

Returns a new instance of NotFound.



14
15
16
# File 'lib/kameleoon/exceptions.rb', line 14

def initialize(value = '')
  super("#{value} not found.")
end