ITEM_ALREADY_EXIST_EXCEPTION property

InteractivePlusSystemExceptionType ITEM_ALREADY_EXIST_EXCEPTION
final

Implementation

static final ITEM_ALREADY_EXIST_EXCEPTION = InteractivePlusSystemExceptionType._(
  "ItemAlreadyExistException",
  20002,
  true,
  ([locale]) => Intl.message(
    "Item already exist.",
    name: "ItemAlreadyExistPrompt",
    desc: "Give prompt to user that the item already exists.",
    locale: locale
  )
);