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 IP/HTTP connection problems
12: *
13: */
14: class YateConnectException extends YateException
15: {
16:
17: }
18: