Exception: Contracto::CouldNotDownloadContractError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/contracto/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(repo_url) ⇒ CouldNotDownloadContractError

Returns a new instance of CouldNotDownloadContractError.



2
3
4
# File 'lib/contracto/errors.rb', line 2

def initialize(repo_url)
  super "Could not download contract from: \"#{repo_url}\""
end