NoRouterSetException constructor

NoRouterSetException()

Implementation

NoRouterSetException()
    : super(
        'please add at least one pipeline to the service before running server',
        ErrorCodes.noRouterSet,
      );