ContinueStatementException constructor
ContinueStatementException({
- ContinueStatement? statement,
Implementation
ContinueStatementException({ContinueStatement? super.statement})
: super(
title: "Continue",
message:
"Continue statements can only be used inside for-loops and while-loops.",
);