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 config problems
12: *
13: * To be thrown on uncknown node/servece, fail to create Request and Stream, e.t.c.
14: *
15: */
16: class YateConfigException extends YateException
17: {
18:
19: }
20: