Exception: PgBundle::SourceNotFound
- Inherits:
-
InstallError
- Object
- StandardError
- InstallError
- PgBundle::SourceNotFound
- Defined in:
- lib/pgbundle.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ SourceNotFound
constructor
A new instance of SourceNotFound.
Constructor Details
#initialize(name) ⇒ SourceNotFound
Returns a new instance of SourceNotFound.
38 39 40 |
# File 'lib/pgbundle.rb', line 38 def initialize(name) super "Source for Extension #{name} not found" end |