GroupNotFormedException constructor

GroupNotFormedException([
  1. String _message = 'Not part of any secure group'
])

Creates a GroupNotFormedException object.

Displays the exception _message if it is given, otherwise "Not part of any secure group" is set.

Implementation

GroupNotFormedException([this._message = 'Not part of any secure group']);