BootstrapBadStateException constructor

BootstrapBadStateException([
  1. String cause = 'Bad state'
])

Implementation

BootstrapBadStateException([this.cause = 'Bad state']);