Exception: TeamSpeak3::Exceptions::MaxSlotLimitReached

Inherits:
StandardException show all
Defined in:
lib/exceptions/max_slot_limit_reached.rb

Instance Attribute Summary

Attributes inherited from StandardException

#message

Instance Method Summary collapse

Methods inherited from StandardException

#to_s

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)
  @message = message
end