mageekguy\atoum\asserters\phpFunction::callIsSet PHP Method

callIsSet() protected method

protected callIsSet ( )
    protected function callIsSet()
    {
        try {
            return parent::callIsSet();
        } catch (call\exceptions\logic $exception) {
            throw new exceptions\logic('Call is undefined');
        }
    }