Class: CheckFiles::Notifiers::Exception

Inherits:
Object
  • Object
show all
Defined in:
lib/check_files/notifiers/exception.rb

Class Method Summary collapse

Class Method Details

.call(checker) ⇒ Object



6
7
8
# 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