nim-ethers/ethers/errors.nim

8 lines
117 B
Nim
Raw Permalink Normal View History

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