fix(ci): spec function with explicit exception

This commit is contained in:
Andrew Mayorov 2022-12-12 14:48:00 +03:00
parent 30aa7d7a7e
commit fed7c80a9a
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 0 deletions

View File

@ -641,6 +641,7 @@ close_socket_ok(State) ->
ok.
%% tell truth about the original exception
-spec maybe_raise_exception(any()) -> no_return().
maybe_raise_exception(#{
exception := Exception,
context := Context,