🅵
Size: a a a
🅵
AK
P
🅵
PK
🅵
🅵
🅵
PK
🅵
PK
🅵
🅵
🅵
PN
🅵
// Whats wrong?
class MyRepository {
...
try {
await myDataProvider.someRequest();
} on TimeoutException {
throw const MyRepositoryException('Timeout error with some message');
}
...
}
class MyRepositoryException implements Exception {
final String message;
const MyRepositoryException(this.message);
}
🅵
🅵
🅵
🅵