Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` warning: unknown key .message in expression: maybe_json_parser_exception.message where "maybe_json_parser_exception" was given the type: # type: %{..., __exception__: true, __struct__: atom()} # from: lib/slipstream/serializer/phoenix_socket_v2_serializer.ex:65 rescue maybe_json_parser_exception -> hint: when you rescue without specifying exception names, the variable is assigned a type of a struct but all of its fields are unknown. If you are trying to access an exception's :message key, either specify the exception names or use `Exception.message/1`. typing violation found at: │ 68 │ [message: maybe_json_parser_exception.message], │ ~~~~~~~ │ └─ lib/slipstream/serializer/phoenix_socket_v2_serializer.ex:68:49: Slipstream.Serializer.PhoenixSocketV2Serializer.encode!/2 ```
- Loading branch information