CarburetorException constructor
const
CarburetorException(
- String message
Creates a CarburetorException with the given message.
Implementation
const CarburetorException(this.message);
Creates a CarburetorException with the given message.
const CarburetorException(this.message);