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

adapterIsSet() protected method

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