Skip to content

exception keyword #2429

Closed
Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


interface OutOfBeerException extends Exception {
  String get brand();
}

becomes

exception OutOfBeer { // interface
  String get brand();
}

Metadata

Metadata

Assignees

Labels

area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).closed-not-plannedClosed as we don't intend to take action on the reported issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions