/** @obsolete */ function upCall($type, $args = array()) { /** * Uncaught call default handler. * * In your application you should handle your own calls. If you do not, * the call will be forwarded to API and finaly this method will be * executed displaying error message about uncaught call */ if (($x = parent::upCall($type, $args)) === false) { throw new BaseException("Uncaught upCall"); } }