class PgBundle::SourceNotFound
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/pgbundle.rb, line 38 def initialize(name) super "Source for Extension #{name} not found" end