예제 #1
0
/**
 * @deprecated Please return control the caller or throw an exception
 */
function wfErrorExit()
{
    wfAbruptExit(true);
}
예제 #2
0
/**
 * @deprecated Please return control the caller or throw an exception. Will
 *             be removed in 1.19.
 */
function wfErrorExit()
{
    wfDeprecated(__FUNCTION__);
    wfAbruptExit(true);
}