Exception: Proscenium::Registry::PackageNotInstalledError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/proscenium/registry.rb

Instance Method Summary collapse

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