LcpException constructor
const
LcpException(})
Implementation
const LcpException(String userMessageId,
{args = const [], int? quantity, this.message, Exception? cause})
: super(userMessageId, args: args, quantity: quantity, cause: cause);