InngageException constructor

InngageException([
  1. String? message
])

Implementation

InngageException([String? message]) : super(message, 'Inngage api exception');