Exception: MakeWatchable::Exceptions::NotWatchingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/make_watchable/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNotWatchingError

Returns a new instance of NotWatchingError.



10
11
12
# File 'lib/make_watchable/exceptions.rb', line 10

def initialize
  super "The watcher is not watching the watchable."
end