Exception: Quilt::ReactRenderable::ReactServerNoResponseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/quilt_rails/react_renderable.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ ReactServerNoResponseError

Returns a new instance of ReactServerNoResponseError.



47
48
49
50
51
# File 'lib/quilt_rails/react_renderable.rb', line 47

def initialize(url)
  # rubocop:disable LineLength
  super "Errno::ECONNREFUSED: Waiting for React server to boot up. If this error presists verify that @shopify/react-server is configured on #{url}"
  # rubocop:enable LineLength
end