Exception: RBattlenet::Errors::InvalidFieldsOption

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

#initializeInvalidFieldsOption

Returns a new instance of InvalidFieldsOption.



30
31
32
# File 'lib/rbattlenet/exceptions.rb', line 30

def initialize
  super("Fields should be provided as an Array and should all be supported")
end