Skip to content

Change panics to errors

Pavlo Strokov requested to merge ps-panic-to-error into master

We should omit usage of panic as much as possible and need to rely on the proper error handling instead. The change converts panic invocations into the error return where it is possible.

Merge request reports