DbalException

class OC\DB\Exceptions\DbalException
Wrapper around the raw dbal exception, so we can pass it to apps that catch
our OCP db exception
Source:lib/private/DB/Exceptions/DbalException.php#50
Parent:OCP\DB\Exception

Properties

Methods

public static OC\DB\Exceptions\DbalException::wrap($original, $message="")
Source:lib/private/DB/Exceptions/DbalException.php#69
public OC\DB\Exceptions\DbalException::getReason()
Source:lib/private/DB/Exceptions/DbalException.php#77