feat: don't require users to manually attach error handlers #507
Annotations
6 warnings
Run mix test:
test/support/test_plug.ex#L8
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/support/test_plug.ex#L8
the result of evaluating operator '/'/2 is ignored (suppress the warning by assigning the expression to the _ variable)
|
Run mix test:
test/tower_test.exs#L22
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L311
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L337
the call to //2 will fail with ArithmeticError
|
Run mix test:
test/tower_test.exs#L515
the call to //2 will fail with ArithmeticError
|
Loading