ITEM_USED_EXCEPTION property

InteractivePlusSystemExceptionType ITEM_USED_EXCEPTION
final

Implementation

static final ITEM_USED_EXCEPTION = InteractivePlusSystemExceptionType._(
  "ItemUsedException",
  20004,
  true,
  ([locale]) => Intl.message(
    "Item used.",
    name: "ItemUsedPrompt",
    desc: "Give prompt to user that the requested item/object has been used.",
    locale: locale
  )
);