ErrTooManyProtocols constructor

const ErrTooManyProtocols([
  1. String message = 'too many protocols'
])

Implementation

const ErrTooManyProtocols([this.message = 'too many protocols']);