Exception: RBattlenet::Errors::IndexNotSupported

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

#initializeIndexNotSupported

Returns a new instance of IndexNotSupported.



36
37
38
# File 'lib/rbattlenet/exceptions.rb', line 36

def initialize
  super("Retrieving all entities of this endpoint is not supported")
end