Exception: MakeWatchable::Exceptions::AlreadyWatchingError

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

Instance Method Summary collapse

Constructor Details

#initializeAlreadyWatchingError

Returns a new instance of AlreadyWatchingError.



4
5
6
# File 'lib/make_watchable/exceptions.rb', line 4

def initialize
  super "The watcher is already watching this watchable."
end