Source for file DibiException.php
Documentation is available at DibiException.php
- 1: <?php
- 3: /**
- 4: * dibi - tiny'n'smart database abstraction layer
- 5: * ----------------------------------------------
- 6: *
- 11: */
- 15: /**
- 16: * dibi common exception.
- 17: *
- 20: */
- 22: {
- 27: /**
- 28: * Construct a dibi exception.
- 32: */
- 34: {
- 37: // TODO: add $profiler->exception($this);
- 38: }
- 42: /**
- 44: */
- 46: {
- 48: }
- 52: /**
- 54: */
- 56: {
- 58: }
- 62: /********************* interface Nette\IDebugPanel ****************d*g**/
- 66: /**
- 67: * Returns HTML code for custom tab.
- 69: */
- 71: {
- 73: }
- 77: /**
- 78: * Returns HTML code for custom panel.
- 80: */
- 82: {
- 84: }
- 88: /**
- 89: * Returns panel ID.
- 91: */
- 93: {
- 95: }
- 97: }
- 102: /**
- 103: * database server exception.
- 104: *
- 107: */
- 109: {
- 111: /********************* error catching ****************d*g**/
- 120: /**
- 121: * Starts catching potential errors/warnings.
- 123: */
- 125: {
- 128: }
- 132: /**
- 133: * Returns catched error/warning message.
- 136: */
- 138: {
- 143: }
- 147: /**
- 148: * Internal error handler. Do not call directly.
- 150: */
- 152: {
- 158: }
- 161: }
- 163: }