Exception: Win::Errors::NotFoundError
- Inherits:
-
NameError
- Object
- NameError
- Win::Errors::NotFoundError
- Defined in:
- lib/win/library.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(name = nil, libs = nil) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(name = nil, libs = nil) ⇒ NotFoundError
Returns a new instance of NotFoundError.
15 16 17 |
# File 'lib/win/library.rb', line 15 def initialize(name=nil, libs=nil) super %Q[Function #{name ? "'#{name}' ": ""}not found#{libs ? " in #{libs}" : ""}"] end |