Exception: LintFu::ProviderNotInstalled
- Inherits:
-
ProviderError
- Object
- Exception
- ProviderError
- LintFu::ProviderNotInstalled
- Defined in:
- lib/lint_fu/source_control_provider.rb
Instance Method Summary collapse
-
#initialize(provider) ⇒ ProviderNotInstalled
constructor
A new instance of ProviderNotInstalled.
Constructor Details
#initialize(provider) ⇒ ProviderNotInstalled
Returns a new instance of ProviderNotInstalled.
15 16 17 |
# File 'lib/lint_fu/source_control_provider.rb', line 15 def initialize(provider) super("The #{provider.name} source control provider does not seem to be installed on this system.") end |