Exception: Cinch::Exceptions::UnsupportedMode
- Defined in:
- lib/cinch/exceptions.rb
Instance Method Summary collapse
-
#initialize(mode) ⇒ UnsupportedMode
constructor
A new instance of UnsupportedMode.
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 |