mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 21:53:08 +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.}
|