Exception: Hanami::CLI::BundleInstallError

Inherits:
Error
  • Object
show all
Defined in:
lib/hanami/cli/errors.rb

Overview

Since:

  • 2.0.0

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BundleInstallError

Returns a new instance of BundleInstallError.

Since:

  • 2.0.0



18
19
20
# File 'lib/hanami/cli/errors.rb', line 18

def initialize(message)
  super("`bundle install' failed\n\n\n#{message.inspect}")
end