module Toodledo
  #
  # Thrown when a call to a server returns 'Invalid ID number'
  #
  class ItemNotFoundError < StandardError
  
  end
end
