class Rubikon::UnsupportedConfigFormatError

Raised if a command has been supplied that does not exist

@author Sebastian Staudt @since 0.5.0

Public Class Methods

new(ext) click to toggle source
Calls superclass method
# File lib/rubikon/errors.rb, line 117
def initialize(ext)
  super "Unknown config file extension: #{ext}"
end