|
|
|
|
|
by yalue
936 days ago
|
|
Judging by the project, it's implemented by instrumenting the source code; either manually modifying error returns with a wrapper function, or by running source files through an automated tool that will find and modify the return statements for you. |
|