mirror of
https://github.com/codex-storage/nim-ethers.git
synced 2025-01-10 11:26:05 +00:00
8 lines
117 B
Nim
8 lines
117 B
Nim
import ./basics
|
|
|
|
type SolidityError* = object of EthersError
|
|
|
|
{.push raises:[].}
|
|
|
|
template errors*(types) {.pragma.}
|