Exception: Bane::UnknownBehaviorError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/bane/behavior_maker.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownBehaviorError

Returns a new instance of UnknownBehaviorError.



24
25
26
# File 'lib/bane/behavior_maker.rb', line 24

def initialize(name)
  super "Unknown behavior: #{name}"
end