Exception: GithubSnapBuilder::SnapPushError

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

Instance Method Summary collapse

Constructor Details

#initializeSnapPushError

Returns a new instance of SnapPushError.



31
32
33
# File 'lib/github_snap_builder.rb', line 31

def initialize
	super("failed to push/release snap")
end