Exception: Discorb::NotSupportedWarning
- Inherits:
-
DiscorbError
- Object
- StandardError
- DiscorbError
- Discorb::NotSupportedWarning
- Defined in:
- lib/discorb/error.rb
Overview
Represents a warning.
Instance Method Summary collapse
-
#initialize(message) -> NotSupportedWarning
constructor
A new instance of NotSupportedWarning.
Constructor Details
#initialize(message) -> NotSupportedWarning
Returns a new instance of NotSupportedWarning.
123 124 125 |
# File 'lib/discorb/error.rb', line 123 def initialize() super("#{} is not supported yet.") end |