Exception: Libv8::Node::Location::Vendor::ArchiveNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Libv8::Node::Location::Vendor::ArchiveNotFound
- Defined in:
- ext/libv8-node/location.rb
Instance Method Summary collapse
-
#initialize(filename) ⇒ ArchiveNotFound
constructor
A new instance of ArchiveNotFound.
Constructor Details
#initialize(filename) ⇒ ArchiveNotFound
Returns a new instance of ArchiveNotFound.
60 61 62 |
# File 'ext/libv8-node/location.rb', line 60 def initialize(filename) super "libv8 did not install properly, expected binary v8 archive '#{filename}'to exist, but it was not found" end |