Exception: Y::Actioncable::MissingConfiguration

Inherits:
StandardError
  • Object
show all
Defined in:
lib/y/actioncable/config.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingConfiguration

Returns a new instance of MissingConfiguration.



11
12
13
14
# File 'lib/y/actioncable/config.rb', line 11

def initialize
  super("Configuration for y-rb_actioncable is missing. " \
        "Do you have an initializer?")
end