Exception: Rubikon::UnsupportedConfigFormatError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/rubikon/errors.rb

Overview

Raised if a command has been supplied that does not exist

Author:

  • Sebastian Staudt

Since:

  • 0.5.0

Instance Method Summary collapse

Constructor Details

#initialize(ext) ⇒ UnsupportedConfigFormatError

Returns a new instance of UnsupportedConfigFormatError.

Since:

  • 0.5.0



117
118
119
# File 'lib/rubikon/errors.rb', line 117

def initialize(ext)
  super "Unknown config file extension: #{ext}"
end