Exception: Proscenium::Registry::PackageNotInstalledError
- Inherits:
-
StandardError
- Object
- StandardError
- Proscenium::Registry::PackageNotInstalledError
- Defined in:
- lib/proscenium/registry.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ PackageNotInstalledError
constructor
A new instance of PackageNotInstalledError.
Constructor Details
#initialize(name) ⇒ PackageNotInstalledError
Returns a new instance of PackageNotInstalledError.
17 18 19 |
# File 'lib/proscenium/registry.rb', line 17 def initialize(name) super("Package `#{name}` is not found in your bundle; have you installed the Ruby gem?") end |