PHP Class phpmock\MockEnabledException

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

Public Methods

Method Description
__construct ( string $message ) Sets the message.

Method Details

__construct() public method

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