Exception: Pechkin::ChannelNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pechkin/exceptions.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(channel_name) ⇒ ChannelNotFoundError

Returns a new instance of ChannelNotFoundError.



3
4
5
# File 'lib/pechkin/exceptions.rb', line 3

def initialize(channel_name)
  super("No such channel #{channel_name}")
end