Class DibiDriverException


database server exception.

Exception
   |
   --DibiException
      |
      --DibiDriverException
Copyright: Copyright (c) 2005, 2010 David Grudl
Located: in /libs/DibiException.php (line 108)
Method Summary
static bool
catchError (string &$message)
Returns catched error/warning message.
static void
Starts catching potential errors/warnings.
Methods Inherited From DibiException
DibiException::__construct(), DibiException::getId(), DibiException::getPanel(), DibiException::getSql(), DibiException::getTab(), DibiException::__toString()

Method Details

line 137

catchError

public static bool catchError (string &$message)

Returns catched error/warning message.

Input
string &$message catched message
Output
bool  

line 124

tryError

public static void tryError ()

Starts catching potential errors/warnings.

Output
void