ITEM_NOT_FOUND_EXCEPTION property

InteractivePlusSystemExceptionType ITEM_NOT_FOUND_EXCEPTION
final

Implementation

static final ITEM_NOT_FOUND_EXCEPTION = InteractivePlusSystemExceptionType._(
  "ItemNotFoundException",
  20001,
  true,
  ([locale]) => Intl.message(
    "Item not found.",
    name: "ItemNotFoundPrompt",
    desc: "Prompt the use that the requested item/object is not found.",
    locale: locale
  )
);