CarburetorException constructor

const CarburetorException(
  1. String message
)

Creates a CarburetorException with the given message.

Implementation

const CarburetorException(this.message);