class CheckFiles::Notifiers::Exception

Public Class Methods

call(checker) click to toggle source
# File lib/check_files/notifiers/exception.rb, line 6
def self.call(checker)
  raise "You must restart the web development server; #{checker.pattern} has changed." # rubocop:disable Metrics/LineLength
end