CarburetorProviderIsAsyncException constructor

const CarburetorProviderIsAsyncException(
  1. String message
)

Creates a CarburetorProviderIsAsyncException with the given message.

Implementation

const CarburetorProviderIsAsyncException(super.message);