Exception: Quilt::ReactRenderable::ReactServerNoResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- Quilt::ReactRenderable::ReactServerNoResponseError
- Defined in:
- lib/quilt_rails/react_renderable.rb
Instance Method Summary collapse
-
#initialize(url) ⇒ ReactServerNoResponseError
constructor
A new instance of ReactServerNoResponseError.
Constructor Details
#initialize(url) ⇒ ReactServerNoResponseError
Returns a new instance of ReactServerNoResponseError.
56 57 58 59 60 61 |
# File 'lib/quilt_rails/react_renderable.rb', line 56 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 |