/*
* 后台API
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* OpenAPI spec version: Admin
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using RestSharp;
namespace IO.Swagger.Client
{
///
/// A delegate to ExceptionFactory method
///
/// Method name
/// Response
/// Exceptions
public delegate Exception ExceptionFactory(string methodName, IRestResponse response);
}