Exception: Cinch::Exceptions::UnsupportedMode

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

Instance Method Summary collapse

Constructor Details

#initialize(mode) ⇒ UnsupportedMode

Returns a new instance of UnsupportedMode.



26
27
28
# File 'lib/cinch/exceptions.rb', line 26

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