Method: Metior::UnsupportedError#initialize

Defined in:
lib/metior/errors.rb

#initialize(vcs) ⇒ UnsupportedError

Creates a new instance of this error

[View source]

13
14
15
# File 'lib/metior/errors.rb', line 13

def initialize(vcs)
  super 'Operation not supported by the current VCS (:%s).' % vcs::NAME
end