class Kameleoon::Exception::FeatureConfigurationNotFound

Public Class Methods

new(id = "") click to toggle source
Calls superclass method Kameleoon::Exception::NotFound::new
# File lib/kameleoon/exceptions.rb, line 24
def initialize(id = "")
  super("Feature flag " + id.to_s)
end