You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In PostgrestErrorException the properties are not initialized with null which can cause a crash if one acesses these properties without isset(). This is unexpected behaviour and should be fixed.
To Reproduce
Initialize PostgrestErrorException with an exception other than React\Http\Message\ResponseException and access any property.
Describe the bug
In PostgrestErrorException the properties are not initialized with
null
which can cause a crash if one acesses these properties withoutisset()
. This is unexpected behaviour and should be fixed.To Reproduce
Initialize
PostgrestErrorException
with an exception other thanReact\Http\Message\ResponseException
and access any property.Expected behavior
The properties should be initialized with
null
, so no unexpected errors occure.Further Code
n/a
Setup
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: