class Contracto::CouldNotDownloadContractError
Public Class Methods
new(repo_url)
click to toggle source
Calls superclass method
# File lib/contracto/errors.rb, line 2 def initialize(repo_url) super "Could not download contract from: \"#{repo_url}\"" end