Exception: Cinch::Exceptions::UnsupportedMode

Inherits:
Generic
  • Object
show all
Defined in:
lib/cinch/exceptions.rb

Overview

Raised when Cinch discovers a user or channel mode, which it doesn’t support yet.

Instance Method Summary collapse

Constructor Details

#initialize(mode) ⇒ UnsupportedMode

Returns a new instance of UnsupportedMode.



32
33
34
# File 'lib/cinch/exceptions.rb', line 32

def initialize(mode)
  super "Cinch does not support the mode '#{mode}' yet."
end