Exception: Kameleoon::Exception::FeatureNotFound

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

Overview

Feature Not Found

Instance Method Summary collapse

Constructor Details

#initialize(id = '') ⇒ FeatureNotFound

Returns a new instance of FeatureNotFound.



28
29
30
# File 'lib/kameleoon/exceptions.rb', line 28

def initialize(id = '')
  super("Feature flag #{id}")
end