Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pg-orm
main
PgORM
Associations
Base
Collection
Database
ColumnInfo
Info
TableInfo
Error
ChangefeedClosed
ConnectError
DatabaseError
LockInvalidOp
LockUnavailable
ReadOnlyRecord
RecordExists
RecordInvalid
RecordNotFound
RecordNotSaved
JoinType
Persistence
PgAdvisoryLock
PostgreSQL
Query
Cache
Methods
Relation
Settings
HabitatSettings
Table
Timestamps
Validators
Value
Generated using Crystal 1.11.2
2024-11-02 06:56:50 UTC
class
PgORM::
Error::
LockUnavailable
PgORM::Error::LockUnavailable
PgORM::Error
Exception
Reference
Object
Defined in:
pg-orm/errors.cr
Constructors
.new
(key : String)
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)
#
[
View source
]