Exception: PgBundle::SourceNotFound

Inherits:
InstallError
  • Object
show all
Defined in:
lib/pgbundle.rb

Instance Method Summary collapse

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