Exception: RBattlenet::Errors::FindNotSupported

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

#initializeFindNotSupported

Returns a new instance of FindNotSupported.



42
43
44
# File 'lib/rbattlenet/exceptions.rb', line 42

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