mageekguy\atoum\asserters\exception::getMessageAsserter PHP Method

getMessageAsserter() protected method

protected getMessageAsserter ( )
    protected function getMessageAsserter()
    {
        return $this->generator->__call('phpString', array($this->valueIsSet()->value->getMessage()));
    }