class GithubSnapBuilder::SnapPushError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/github_snap_builder.rb, line 31 def initialize super("failed to push/release snap") end