OWASP-BLT / BLT

OWASP BLT is a bug logging tool to report issues and get points, companies are held accountable.
https://blt.owasp.org
GNU Affero General Public License v3.0
122 stars 123 forks source link

Handle API errors with try-catch blocks. #2327

Closed DonnieBLT closed 3 weeks ago

Uttkarsh-raj commented 3 weeks ago

Handled the errors in the try catch block which will prevent from any unknown error in the application. The details for which can be found in https://github.com/OWASP-BLT/BLT-Flutter/pull/404.