1 /* 2 * Collie - An asynchronous event-driven network framework using Dlang development 3 * 4 * Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd 5 * 6 * Developer: putao's Dlang team 7 * 8 * Licensed under the Apache-2.0 License. 9 * 10 */ 11 module collie.net.client.exception; 12 13 public import collie.exception; 14 import collie.utils.exception; 15 16 /// CollieSocketException : CollieExceotion 17 mixin ExceptionBuild!("SocketClient"); 18 19 /// ConnectedException : CollieSocketExceotion 20 //mixin ExceptionBuild!("SocketBind", "SocketClient");