Exception: LibSqreen::Location::Vendor::ArchiveNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(filename) ⇒ ArchiveNotFound

Returns a new instance of ArchiveNotFound.



62
63
64
# File 'ext/libsqreen/location.rb', line 62

def initialize(filename)
  super "Unable to find '#{filename}'"
end