EmptyReservedNameException constructor

EmptyReservedNameException(
  1. [String message = 'Reserved Name cannot be empty string ' 'if reserved name set to true']
)

Display error message on empty reserved name string.

Creates a EmptyReservedNameException with an optional error message.

Implementation

EmptyReservedNameException(
    [super.message = 'Reserved Name cannot be empty string '
        'if reserved name set to true']);