{{>partial_header}}

using System;
using System.Net.Http;

namespace {{packageName}}.Client
{
    /// <summary>
    /// A delegate to ExceptionFactory method
    /// </summary>
    /// <param name="methodName">Method name</param>
    /// <param name="response">Response</param>
    /// <returns>Exceptions</returns>
    {{>visibility}} delegate Exception ExceptionFactory(string methodName, HttpResponseMessage response);
}
