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.



54
55
56
57
58
59
# File 'lib/quilt_rails/react_renderable.rb', line 54

def initialize(url)
  super(<<~MSG.squish)
    Connection refused while waiting for React server to boot up.
    If this error persists, verify that @shopify/react-server is configured on #{url}.
  MSG
end