Exception: Libv8::Location::Vendor::ArchiveNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ ArchiveNotFound

Returns a new instance of ArchiveNotFound.



48
49
50
# File 'ext/libv8/location.rb', line 48

def initialize(filename)
  super "libv8 did not install properly, expected binary v8 archive '#{filename}'to exist, but it was not found"
end