PHPUnit_Framework_TestFailure::exceptionMessage PHP Метод

exceptionMessage() публичный Метод

Returns the exception's message.
public exceptionMessage ( ) : string
Результат string
    public function exceptionMessage()
    {
        return $this->thrownException()->getMessage();
    }