BridgeQueueFullException constructor

const BridgeQueueFullException({
  1. required String message,
})

Implementation

const BridgeQueueFullException({
  required super.message,
}) : super(code: 'BRIDGE_QUEUE_FULL');