This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.ClickTwice.
                            
	
		Summary
            Create a new 
		PublishException exception with the given text and handler responses
            - Assembly
 - Cake
.ClickTwice .dll  - Namespace
 - Cake
.ClickTwice  - Containing Type
 - PublishException
 
Syntax
public PublishException(IEnumerable<HandlerResponse> responses, string message)
	Parameters
| Name | Type | Description | 
|---|---|---|
| responses | IEnumerable | 
						The responses from the handlers collection that threw the exception | 
| message | string | The message to return to the user | 
Return Value
| Type | Description | 
|---|---|
| void | 
