mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-14 01:26:24 +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.}
|