myaac/system/libs/pot/E_OTS_NoDriver.php
2017-05-01 20:05:36 +02:00

27 lines
427 B
PHP

<?php
/**#@+
* @version 0.0.4
* @since 0.0.4
*/
/**
* @package POT
* @author Wrzasq <wrzasq@gmail.com>
* @copyright 2007 (C) by Wrzasq
* @license http://www.gnu.org/licenses/lgpl-3.0.txt GNU Lesser General Public License, Version 3
*/
/**
* Occurs when code attempts to execute driven action that has no assigned driver to handle it.
*
* @package POT
*/
class E_OTS_NoDriver extends Exception
{
}
/**#@-*/
?>