Exception: Kosmonaut::ChannelNotFoundError
- Defined in:
- lib/kosmonaut/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ChannelNotFoundError
constructor
A new instance of ChannelNotFoundError.
Constructor Details
#initialize ⇒ ChannelNotFoundError
Returns a new instance of ChannelNotFoundError.
40 41 42 |
# File 'lib/kosmonaut/errors.rb', line 40 def initialize super "454: Channel not found" end |