/*
* Tribufu API
*
* REST API to access Tribufu services.
*
* The version of the OpenAPI document: 1.1.0
* Contact: contact@tribufu.com
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
namespace Tribufu.Generated.Client
{
///
/// A delegate to ExceptionFactory method
///
/// Method name
/// Response
/// Exceptions
public delegate Exception ExceptionFactory(string methodName, IApiResponse response);
}