Exception: RBattlenet::Errors::InvalidInput

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

Instance Attribute Summary

Attributes inherited from Error

#reason

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidInput

Returns a new instance of InvalidInput.



12
13
14
# File 'lib/rbattlenet/exceptions.rb', line 12

def initialize(message)
  super("Could not fetch data based on the provided input")
end