* @license PHP License * @package Wombat * @subpackage base */ /** * exception: call * * occurs on unexpected or illegeaƶ method call * * @version 0.1.0 * @package Wombat * @subpackage base */ class WBException_Call extends WBException { } ?>