Exception: MakeWatchable::Exceptions::InvalidWatchableError

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

Instance Method Summary collapse

Constructor Details

#initializeInvalidWatchableError



16
17
18
# File 'lib/make_watchable/exceptions.rb', line 16

def initialize
  super "Invalid watchable."
end