class Kameleoon::Exception::NotFound

Public Class Methods

new(value = "") click to toggle source
# File lib/kameleoon/exceptions.rb, line 9
def initialize(value = "")
  super(value.to_s + " not found.")
end