Exception: Yondu::NoHashSettingError

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

Instance Method Summary collapse

Constructor Details

#initialize(scope) ⇒ NoHashSettingError

Returns a new instance of NoHashSettingError.



15
16
17
# File 'lib/yondu.rb', line 15

def initialize(scope)
  super("No hash setting: #{scope.join("->")}")
end