Exception: SewingKit::Webpack::Manifest::NodeSewingKitManifestMissing
- Inherits:
-
StandardError
- Object
- StandardError
- SewingKit::Webpack::Manifest::NodeSewingKitManifestMissing
- Defined in:
- lib/sewing_kit/webpack/manifest.rb
Instance Method Summary collapse
-
#initialize(node_error_message) ⇒ NodeSewingKitManifestMissing
constructor
A new instance of NodeSewingKitManifestMissing.
Constructor Details
#initialize(node_error_message) ⇒ NodeSewingKitManifestMissing
Returns a new instance of NodeSewingKitManifestMissing.
11 12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/sewing_kit/webpack/manifest.rb', line 11 def initialize() super( "Could not fetch the sewing-kit manifest 🙀 \n" \ "Possible next steps:\n" \ " - If the server is still starting up, wait for a " \ "'Compiled with latest changes' message then refresh your browser\n" \ " - Check the development console for compilation errors\n" \ " - Restart your development server\n" \ "\n" \ "Original error #{}" ) end |