Exception: Flipside::NoSuchFeauture

Inherits:
Error
  • Object
show all
Defined in:
lib/flipside.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NoSuchFeauture

Returns a new instance of NoSuchFeauture.



19
20
21
# File 'lib/flipside.rb', line 19

def initialize(name)
  super("There's no feature named '#{name}'")
end