|
Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
DML transaction exception - triggered by problems related to DB transactions. More...
Public Member Functions | |
| __construct ($debuginfo=null, $transaction=null) | |
| Constructor. | |
Public Attributes | |
| moodle_transaction | $transaction |
| An instance of a transaction. | |
DML transaction exception - triggered by problems related to DB transactions.
@subpackage dml
| dml_transaction_exception::__construct | ( | $debuginfo = null, | |
| $transaction = null ) |
Constructor.
| ?string | $debuginfo | Optional debugging information. |
| ?moodle_transaction | $transaction | The instance of the transaction.(Optional) |