phpmock\MockEnabledException::__construct PHP Method

__construct() public method

Sets the message.
public __construct ( string $message )
$message string Exception message.
    public function __construct($message)
    {
        parent::__construct($message);
    }
MockEnabledException