Exception: HTM::NotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/htm/errors.rb

Overview

Raised when a requested resource cannot be found

Common causes:

  • Node ID does not exist

  • Robot not registered

  • File source not found

Examples:

htm.forget(999999)  # => raises NotFoundError if node doesn't exist