PHP Class phpmock\MockEnabledException

See also: Mock::enable()
Author: Markus Malkusch ([email protected])
Inheritance: extends Exception
Afficher le fichier Open project: php-mock/php-mock

Méthodes publiques

Méthode Description
__construct ( string $message ) Sets the message.

Method Details

__construct() public méthode

Sets the message.
public __construct ( string $message )
$message string Exception message.