questionable/questionable/errorban.nim
Nickolay Bukreyev 361948499b Fix deprecation warning when importing errorban inside the library
`errorban` module [has been deprecated][deprecation] since v0.5.0.
The library continued to use it internally, but because of that, it
was triggering its own deprecation warning. This commit splits
`errorban.nim` into two pieces: the warning and actual code.

[deprecation]: https://github.com/status-im/questionable/commit/e66cd2439b
2022-04-04 09:52:01 +02:00

4 lines
105 B
Nim

{.warning: "errorban is deprecated; use nimble package `upraises` instead".}
include ./private/errorban