Namespaces
Yate
Api
Exception
Exceptions
YateApiException
YateConfigException
YateConnectException
YateException
Overview
Namespace
Class
Tree
1:
<?php
2:
3:
/*
4:
* Yate core products API wrapper library
5:
* (c) Alexey Pavlyuts <alexey@pavlyuts.ru>
6:
*/
7:
8:
namespace
Yate\Api\Exception;
9:
10:
/**
11:
* Exception to throw on API errors
12:
*
13:
*/
14:
class
YateApiException
extends
YateException
15:
{
16:
17:
}
18: