<?php
/**
*
* Exception: table not created.
*
* @category Solar
*
* @package Solar_Sql
*
* @author Paul M. Jones <hide@address.com>
*
* @license http://opensource.org/licenses/bsd-license.php BSD
*
* @version $Id: TableNotCreated.php 2933 2007-11-09 20:37:35Z moraes $
*
*/
class Solar_Sql_Adapter_Exception_TableNotCreated extends Solar_Sql_Adapter_Exception {}