Exception: GithubSnapBuilder::MissingSnapcraftYaml

Inherits:
Error
  • Object
show all
Defined in:
lib/github_snap_builder.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingSnapcraftYaml

Returns a new instance of MissingSnapcraftYaml.



43
44
45
# File 'lib/github_snap_builder.rb', line 43

def initialize
	super("unable to find snapcraft.yaml")
end