Exception: Hanami::CLI::BundleInstallError
- Defined in:
- lib/hanami/cli/errors.rb
Overview
Instance Method Summary collapse
-
#initialize(message) ⇒ BundleInstallError
constructor
A new instance of BundleInstallError.
Constructor Details
#initialize(message) ⇒ BundleInstallError
Returns a new instance of BundleInstallError.
18 19 20 |
# File 'lib/hanami/cli/errors.rb', line 18 def initialize() super("`bundle install' failed\n\n\n#{.inspect}") end |