Exception: Mnenv::Snap::SnapcraftNotAvailableError
- Inherits:
-
StandardError
- Object
- StandardError
- Mnenv::Snap::SnapcraftNotAvailableError
- Defined in:
- lib/mnenv/snap/snapcraft_not_available_error.rb
Instance Method Summary collapse
-
#initialize ⇒ SnapcraftNotAvailableError
constructor
A new instance of SnapcraftNotAvailableError.
Constructor Details
#initialize ⇒ SnapcraftNotAvailableError
Returns a new instance of SnapcraftNotAvailableError.
6 7 8 |
# File 'lib/mnenv/snap/snapcraft_not_available_error.rb', line 6 def initialize super('Snapcraft is not available. Please install Snapcraft to fetch Snap versions.') end |