BucketNotInitiated constructor

BucketNotInitiated()

Implementation

BucketNotInitiated()
    : super(
        'please run bucket.init() first',
        ErrorCodes.bucketNotInitiated,
      );