Exception: RubyCord::NotSupportedWarning

Inherits:
DiscorbError
  • Object
show all
Defined in:
lib/rubycord/error.rb

Overview

Represents a warning.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ NotSupportedWarning

Returns a new instance of NotSupportedWarning.



128
129
130
# File 'lib/rubycord/error.rb', line 128

def initialize(message)
  super("#{message} is not supported yet.")
end