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