<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/mongodb.exceptions.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'class.mongodb-driver-exception-exception.php',
    1 => 'MongoDB\\Driver\\Exception\\Exception',
    2 => 'The MongoDB\\Driver\\Exception\\Exception interface',
  ),
  'up' => 
  array (
    0 => 'mongodb.exceptions.php',
    1 => 'MongoDB\\Driver\\Exception',
  ),
  'prev' => 
  array (
    0 => 'class.mongodb-driver-exception-encryptionexception.php',
    1 => 'MongoDB\\Driver\\Exception\\EncryptionException',
  ),
  'next' => 
  array (
    0 => 'class.mongodb-driver-exception-executiontimeoutexception.php',
    1 => 'MongoDB\\Driver\\Exception\\ExecutionTimeoutException',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/mongodb/driver/exception/exception.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.mongodb-driver-exception-exception" class="reference">

 <h1 class="title">The MongoDB\Driver\Exception\Exception interface</h1>
 

 <div class="partintro"><p class="verinfo">(mongodb &gt;= 1.0.0)</p>


  <div class="section" id="mongodb-driver-exception-exception.intro">
   <h2 class="title">Introduction</h2>
   <p class="simpara">
    Common interface for all extension exceptions. This interface is also used
    by the library, and may be used to identify any exceptions originating from
    the MongoDB PHP driver (i.e. extension and library).
   </p>
  </div>


  <div class="section" id="mongodb-driver-exception-exception.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">MongoDB\Driver\Exception\Exception</strong>
     </span>
     {</div>


   }</div>


  </div>

 </div>

</div>
<?php manual_footer($setup); ?>