mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 20:10:49 +02:00
Fix exception string content.
This commit is contained in:
@@ -201,7 +201,7 @@ example15() {
|
||||
try {
|
||||
throw "Some unexpected error.";
|
||||
} catch (e) {
|
||||
print("Example15 null value causes an exception: '${e}'");
|
||||
print("Example15 an exception: '${e}'");
|
||||
throw e; // Re-throw
|
||||
}
|
||||
} catch (e) {
|
||||
|
Reference in New Issue
Block a user