Skip to content

Commit

Permalink
Merge pull request #47 from jamesjuett/patch-1
Browse files Browse the repository at this point in the history
Update Exception Example
  • Loading branch information
awdeorio authored Nov 7, 2024
2 parents 59b85c0 + 2e504c0 commit 7523c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ int main() {
cout << row["animal"] << "\n";
}
} catch(const csvstream_exception &e) {
cerr << "Error: " << e.what() << "\n";
cerr << e.what() << "\n";
return 1;
}
}
Expand Down

0 comments on commit 7523c43

Please sign in to comment.