Exception: Kameleoon::Exception::NotFound
- Inherits:
-
KameleoonError
- Object
- StandardError
- KameleoonError
- Kameleoon::Exception::NotFound
- Defined in:
- lib/kameleoon/exceptions.rb
Overview
Base Not Found Error
Instance Method Summary collapse
-
#initialize(value = '') ⇒ NotFound
constructor
A new instance of NotFound.
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 |