Exception: TeamSpeak3::Exceptions::MaxSlotLimitReached
- Inherits:
-
StandardException
- Object
- Exception
- StandardException
- TeamSpeak3::Exceptions::MaxSlotLimitReached
- Defined in:
- lib/exceptions/max_slot_limit_reached.rb
Instance Attribute Summary
Attributes inherited from StandardException
Instance Method Summary collapse
-
#initialize(message) ⇒ MaxSlotLimitReached
constructor
A new instance of MaxSlotLimitReached.
Methods inherited from StandardException
Constructor Details
#initialize(message) ⇒ MaxSlotLimitReached
Returns a new instance of MaxSlotLimitReached.
4 5 6 |
# File 'lib/exceptions/max_slot_limit_reached.rb', line 4 def initialize() @message = end |