class PgORM::Error::LockInvalidOp

Defined in:

pg-orm/errors.cr

Constructors

Instance methods inherited from class PgORM::Error

message : String? message

Constructor methods inherited from class PgORM::Error

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

Constructor Detail

def self.new(key : String, locked : Bool) #

[View source]