Exception: Contracto::CouldNotDownloadContractError
- Inherits:
-
StandardError
- Object
- StandardError
- Contracto::CouldNotDownloadContractError
- Defined in:
- lib/contracto/errors.rb
Instance Method Summary collapse
-
#initialize(repo_url) ⇒ CouldNotDownloadContractError
constructor
A new instance of CouldNotDownloadContractError.
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 |