source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/webrick/compat.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 436 bytes
Line 
1#
2# compat.rb -- cross platform compatibility
3#
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
7# reserved.
8#
9# $IPR: compat.rb,v 1.6 2002/10/01 17:16:32 gotoyuzo Exp $
10
11module Errno
12 class EPROTO < SystemCallError; end
13 class ECONNRESET < SystemCallError; end
14 class ECONNABORTED < SystemCallError; end
15end
Note: See TracBrowser for help on using the repository browser.