Exception: LintFu::ProviderNotInstalled

Inherits:
ProviderError show all
Defined in:
lib/lint_fu/source_control_provider.rb

Instance Method Summary collapse

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