PHP Classes

File: docs/html/source/Exception/DBException.php.xhtml

Recommend this page to a friend!
  Classes of Cyril Ogana   PHP DBAL Wrapper   docs/html/source/Exception/DBException.php.xhtml   Download  
File: docs/html/source/Exception/DBException.php.xhtml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DBAL Wrapper
Establish database connections with Doctrine DBAL
Author: By
Last change:
Date: 8 years ago
Size: 4,078 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><title>phpDox - Source of DBException.php</title><link rel="stylesheet" type="text/css" href="../../css/style.css" media="screen"/><link rel="stylesheet" href="../../css/source.css"/><meta http-equiv="content-type" content="text/html; charset=utf-8"/></head><body><nav class="topnav"><ul><li><div class="logo"><span>/**</span>phpDox</div></li><li class="separator"><a href="../../index.xhtml">Overview</a></li><li class="separator"><a href="../../namespaces.xhtml">Namespaces</a></li><li><a href="../../classes.xhtml">Classes</a></li><li class="separator"><a href="../../source/index.xhtml">Source</a></li></ul></nav><div id="mainstage"><div class="box"><ul class="breadcrumb"><li><a href="../../index.xhtml">Overview</a></li><li class="separator"><a href="../../source/index.xhtml">Source</a></li></ul></div><h1>Source of file DBException.php</h1><p> Size: 0,338 Bytes - Last Modified: 2015-05-18T15:28:06+03:00</p><section><h2><small>/home/rhossis/NetBeansProjects/cymapgt/core/utility/db/src/Exception/</small>DBException.php</h2><table class="source"><tr><td class="no"><a class="anker" href="#line1">1</a><a class="anker" href="#line2">2</a><a class="anker" href="#line3">3</a><a class="anker" href="#line4">4</a><a class="anker" href="#line5">5</a><a class="anker" href="#line6">6</a><a class="anker" href="#line7">7</a><a class="anker" href="#line8">8</a><a class="anker" href="#line9">9</a><a class="anker" href="#line10">10</a><a class="anker" href="#line11">11</a><a class="anker" href="#line12">12</a><a class="anker" href="#line13">13</a><a class="anker" href="#line14">14</a><a class="anker" href="#line15">15</a><a class="anker" href="#line16">16</a><a class="anker" href="#line17">17</a><a class="anker" href="#line18">18</a></td><td class="line"><div id="line1"><pre><span class="token T_OPEN_TAG">&lt;?php</span></pre></div><div id="line2"><pre><span class="token T_NAMESPACE">namespace</span><span class="token T_WHITESPACE"> </span><span class="token T_STRING">cymapgt</span><span class="token T_NS_SEPARATOR">\</span><span class="token T_STRING">Exception</span><span class="token T_PHPDOX_SEMICOLON">;</span></pre></div><div id="line3"><br/></div><div id="line4"><pre><span class="token T_USE">use</span><span class="token T_WHITESPACE"> </span><span class="token T_STRING">Exception</span><span class="token T_PHPDOX_SEMICOLON">;</span></pre></div><div id="line5"><br/></div><div id="line6"><pre><span class="token T_DOC_COMMENT">/**</span></pre></div><div id="line7"><pre><span class="token T_DOC_COMMENT"> * DBException</span></pre></div><div id="line8"><pre><span class="token T_DOC_COMMENT"> * This is the exception class for the DB service</span></pre></div><div id="line9"><pre><span class="token T_DOC_COMMENT"> * </span></pre></div><div id="line10"><pre><span class="token T_DOC_COMMENT"> * @category utility</span></pre></div><div id="line11"><pre><span class="token T_DOC_COMMENT"> * @package cymapgt.core.utility.db</span></pre></div><div id="line12"><pre><span class="token T_DOC_COMMENT"> * @copyright Copyright (c) 2014 CYMAP</span></pre></div><div id="line13"><pre><span class="token T_DOC_COMMENT"> * @author Cyril Ogana &lt;cogana@gmail.com&gt;</span></pre></div><div id="line14"><pre><span class="token T_DOC_COMMENT"> */</span></pre></div><div id="line15"><pre><span class="token T_CLASS">class</span><span class="token T_WHITESPACE"> </span><span class="token T_STRING">DBException</span><span class="token T_WHITESPACE"> </span><span class="token T_EXTENDS">extends</span><span class="token T_WHITESPACE"> </span><span class="token T_STRING">Exception</span></pre></div><div id="line16"><pre><span class="token T_PHPDOX_OPEN_CURLY">{</span></pre></div><div id="line17"><pre><span class="token T_PHPDOX_CLOSE_CURLY">}</span></pre></div><div id="line18"><br/></div></td></tr></table></section></div><footer><span>Generated using phpDox 0.7.0 - Copyright (C) 2010 - 2015 by Arne Blankerts</span></footer></body></html>