Embera\Formatter::getLastError PHP Метод

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

Gets the last error found
public getLastError ( ) : string
Результат string
    public function getLastError()
    {
        $errors = $this->getErrors();
        return end($errors);
    }