Exception: Utilrb::PkgConfig::NotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/utilrb/pkgconfig.rb

Overview

Exception raised when a request pkg-config file is not found

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NotFound

Returns a new instance of NotFound.



135
# File 'lib/utilrb/pkgconfig.rb', line 135

def initialize(name); @name = name end

Instance Attribute Details

#nameObject (readonly)

The name of the pkg-config package



133
134
135
# File 'lib/utilrb/pkgconfig.rb', line 133

def name
  @name
end