class SiteHook::NeitherConfigError

Attributes

paths[R]

Public Class Methods

new() click to toggle source
Calls superclass method SiteHook::SiteHookError::new
# File lib/site_hook/exceptions.rb, line 30
def initialize
  @str = "Neither '#{SiteHook::Paths.old_config}' nor '#{SiteHook::Paths.config}'"
  super(@str, 99)
end