Exception: GithubSnapBuilder::TooManySnapsError

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

Instance Method Summary collapse

Constructor Details

#initialize(paths) ⇒ TooManySnapsError

Returns a new instance of TooManySnapsError.



25
26
27
# File 'lib/github_snap_builder.rb', line 25

def initialize(paths)
	super("expected to find a single snap, found #{paths.length}: #{paths}")
end