class Quilt::ReactRenderable::ReactServerNoResponseError

Public Class Methods

new(url) click to toggle source
Calls superclass method
# File lib/quilt_rails/react_renderable.rb, line 57
      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