Exception: Libv8::Location::System::NotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
ext/libv8/location.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ NotFoundError

Returns a new instance of NotFoundError.



60
61
62
63
64
65
66
67
68
69
70
71
72
73
# File 'ext/libv8/location.rb', line 60

def initialize(*args)
  super("You have chosen to use the version of V8 found on your system\nand *not* the one that is bundle with the libv8 rubygem. However,\nit could not be located. please make sure you have a version of\nv8 that is compatible with \#{Libv8::VERSION} installed. You may\nneed to special --with-v8-dir options if it is in a non-standard\nlocation\n\nthanks,\nThe Mgmt\n\n")
end