class Kameleoon::Exception::NotFound
Public Class Methods
new(value = "")
click to toggle source
Calls superclass method
Kameleoon::Exception::KameleoonError::new
# File lib/kameleoon/exceptions.rb, line 9 def initialize(value = "") super(value.to_s + " not found.") end