2 # compat.rb -- cross platform compatibility
4 # Author: IPR -- Internet Programming with Ruby -- writers
5 # Copyright (c) 2002 GOTOU Yuuzou
6 # Copyright (c) 2002 Internet Programming with Ruby writers. All rights
9 # $IPR: compat.rb,v 1.6 2002/10/01 17:16:32 gotoyuzo Exp $
12 class EPROTO < SystemCallError; end
13 class ECONNRESET < SystemCallError; end
14 class ECONNABORTED < SystemCallError; end