Exception: Win::Errors::NotFoundError

Inherits:
NameError
  • Object
show all
Defined in:
lib/win/library.rb

Overview

:nodoc:

Instance Method Summary collapse

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