Exception: Hanami::CLI::ForbiddenAppNameError

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

Overview

Since:

  • 2.0.0

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ForbiddenAppNameError

Returns a new instance of ForbiddenAppNameError.

Since:

  • 2.0.0



60
61
62
# File 'lib/hanami/cli/errors.rb', line 60

def initialize(name)
  super("Cannot create new Hanami app with the name: `#{name}'")
end