Exception: LibSqreen::Location::Vendor::ArchiveNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- LibSqreen::Location::Vendor::ArchiveNotFound
- Defined in:
- ext/libsqreen/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.
62 63 64 |
# File 'ext/libsqreen/location.rb', line 62 def initialize(filename) super "Unable to find '#{filename}'" end |