Embera\Embera::getLastError PHP 메소드

getLastError() 공개 메소드

Gets the last error found
public getLastError ( ) : string
리턴 string
    public function getLastError()
    {
        return end($this->errors);
    }