PHP Class kahlan\matcher\AnyException

Inheritance: extends Exception
Datei anzeigen Open project: crysalead/kahlan

Protected Properties

Property Type Description
$message string The exception message.

Public Methods

Method Description
__construct ( string $message = null, string $code, string $previous = null ) The exception message.

Method Details

__construct() public method

The exception message.
public __construct ( string $message = null, string $code, string $previous = null )
$message string The exception message.
$code string The exception code.
$previous string The previous exception.

Property Details

$message protected_oe property

The exception message.
protected string $message
return string