Exception: Proscenium::Registry::PackageUnsupportedError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ PackageUnsupportedError

Returns a new instance of PackageUnsupportedError.



11
12
13
# File 'lib/proscenium/registry.rb', line 11

def initialize(name)
  super("Package `#{name}` is not valid; only Ruby gems are supported via the @rubygems scope.")
end