Exception: SewingKit::Webpack::Server::DefaultEntrypointMissing
- Inherits:
-
StandardError
- Object
- StandardError
- SewingKit::Webpack::Server::DefaultEntrypointMissing
- Defined in:
- lib/sewing_kit/webpack/server.rb
Instance Method Summary collapse
-
#initialize ⇒ DefaultEntrypointMissing
constructor
A new instance of DefaultEntrypointMissing.
Constructor Details
#initialize ⇒ DefaultEntrypointMissing
Returns a new instance of DefaultEntrypointMissing.
7 8 9 10 11 |
# File 'lib/sewing_kit/webpack/server.rb', line 7 def initialize super( "Default entrypoint build/server/main.js is missing." ) end |