mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-01-27 07:35:17 +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.}
|