class GitHooks::Exceptions::UnknowHookPresent

Public Class Methods

new(hook) click to toggle source
Calls superclass method
# File lib/git_hooks/exceptions/unknown_hook_present.rb, line 4
def initialize(hook)
  super "There is a unknown #{hook} hook. If you are sure, use --force."
end