class GithubSnapBuilder::MissingSnapcraftYaml

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 43
def initialize
        super("unable to find snapcraft.yaml")
end