PHP Class libphonenumber\NumberParseException

Author: Lara Rennie
Inheritance: extends Exception
Datei anzeigen Open project: giggsey/libphonenumber-for-php

Protected Properties

Property Type Description
$errorType

Public Methods

Method Description
__construct ( $errorType, $message, $previous = null )
__toString ( )
getErrorType ( ) Returns the error type of the exception that has been thrown.

Method Details

__construct() public method

public __construct ( $errorType, $message, $previous = null )

__toString() public method

public __toString ( )

getErrorType() public method

Returns the error type of the exception that has been thrown.
public getErrorType ( )

Property Details

$errorType protected_oe property

protected $errorType