class PgORM::Error::DatabaseError

Overview

Raised when a database operation fails.

This is a general database error that doesn't fit into more specific error categories.

Defined in:

pg-orm/errors.cr

Instance methods inherited from class PgORM::Error

message : String? message

Constructor methods inherited from class PgORM::Error

new(message : String | Nil = "") new