src/exceptions

Types

BaseError = object of CatchableError

Converters

converter toBool(e: Error): bool {....raises: [], tags: [], forbids: [].}

Templates

template check(error: Error; message: string): untyped
template check(error: Error; message: string; finalizer: untyped): untyped