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