class PgORM::Error::ReadOnlyRecord

Overview

Raised when attempting to modify a read-only record.

Records with read-only attributes cannot be saved if those attributes are modified.

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