Exception: RBattlenet::Errors::InvalidFieldsOption
- Defined in:
- lib/rbattlenet/exceptions.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ InvalidFieldsOption
constructor
A new instance of InvalidFieldsOption.
Constructor Details
#initialize ⇒ InvalidFieldsOption
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 |