fix(ci): spec function with explicit exception
This commit is contained in:
parent
30aa7d7a7e
commit
fed7c80a9a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue