Exception: Mnenv::Snap::SnapcraftNotAvailableError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mnenv/snap/snapcraft_not_available_error.rb

Instance Method Summary collapse

Constructor Details

#initializeSnapcraftNotAvailableError

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