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.



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

def initialize(name); @name = name end

Instance Attribute Details

#nameObject (readonly)

The name of the pkg-config package



123
124
125
# File 'lib/utilrb/pkgconfig.rb', line 123

def name
  @name
end