7 lines
188 B
Nim
7 lines
188 B
Nim
# BSD License. Look at license.txt for more info.
|
|
#
|
|
# Various miscellaneous common types reside here, to avoid problems with
|
|
# recursive imports
|
|
|
|
type
|
|
NimbleError* = object of Exception
|