libphonenumber\NumberParseException::getErrorType PHP 메소드

getErrorType() 공개 메소드

Returns the error type of the exception that has been thrown.
public getErrorType ( )
    public function getErrorType()
    {
        return $this->errorType;
    }