Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
orma
v0.5.2
Orma
Attribute
DBError
Query
Record
Generated using Crystal 1.11.2
2024-11-02 10:10:27 UTC
class
Orma::
DBError
Orma::DBError
Exception
Reference
Object
Defined in:
orma/db_error.cr
Constructors
.new
(parent_error : Exception, sql_query : String)
Instance Method Summary
#parent_error
: Exception
#sql_query
: String
Constructor Detail
def self.
new
(parent_error : Exception, sql_query : String)
#
[
View source
]
Instance Method Detail
def
parent_error
: Exception
#
[
View source
]
def
sql_query
: String
#
[
View source
]