nim-ethers/ethers/errors.nim
2024-05-21 13:19:24 +02:00

8 lines
117 B
Nim

import ./basics
type SolidityError* = object of EthersError
{.push raises:[].}
template errors*(types) {.pragma.}