Exception: Kosmonaut::ChannelNotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/kosmonaut/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeChannelNotFoundError

Returns a new instance of ChannelNotFoundError.



40
41
42
# File 'lib/kosmonaut/errors.rb', line 40

def initialize
  super "454: Channel not found"
end