class GithubSnapBuilder::TooManySnapsError

Public Class Methods

new(paths) click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 25
def initialize(paths)
        super("expected to find a single snap, found #{paths.length}: #{paths}")
end