MessagePackConfigurationException constructor

const MessagePackConfigurationException(
  1. String message, [
  2. String? suggestion
])

Implementation

const MessagePackConfigurationException(super.message, [super.suggestion]);