Class: CheckFiles::Notifiers::Exception
- Inherits:
-
Object
- Object
- CheckFiles::Notifiers::Exception
- Defined in:
- lib/check_files/notifiers/exception.rb
Class Method Summary collapse
Class Method Details
.call(checker) ⇒ Object
4 5 6 |
# File 'lib/check_files/notifiers/exception.rb', line 4 def self.call(checker) fail "You must restart the web development server; #{checker.pattern} has changed." end |