Exception: NoradCli::UiSeedGenerator::ManifestNotFoundError

Inherits:
ManifestError
  • Object
show all
Defined in:
lib/norad_cli/support/ui_seed_generator.rb

Instance Attribute Summary

Attributes inherited from ManifestError

#manifest_path

Instance Method Summary collapse

Methods inherited from ManifestError

#initialize

Constructor Details

This class inherits a constructor from NoradCli::UiSeedGenerator::ManifestError

Instance Method Details

#messageObject



66
67
68
# File 'lib/norad_cli/support/ui_seed_generator.rb', line 66

def message
  "Could not find manifest provided: #{manifest_path}"
end