From: Chris Donhofer Date: 2006-09-26T00:20:17+09:00 Subject: Re: Error/exception documentation i just noticed that there are some notes on errors raise, but some functions that i expect to throw an error, f.i. copy_file, don't. how come there's not an IOError or something like it? Chris Donhofer wrote: > hi! > > browsing through the ruby documentation(http://www.ruby-doc.org/core/), > i noticed that there was no info on which errors might be thrown by a > method. > > since error/exception handling is necessary for coding robust programs, > i believe there must be a more detailed ruby documentation/reference. > where can i find a document that includes this info? > > cheers, chris >