Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: More Documentation and/or Help with Exceptions: msg#00003

Subject: Re: More Documentation and/or Help with Exceptions
On 8/3/05, BTrout@xxxxxxxxxxxx <BTrout@xxxxxxxxxxxx> wrote:
> works perfect .... how do you get the the status and messages
> 
> is it ....Status.Exception.<something>
> 
> how do you find out what <somethings> that are available ?

Well, that should be documented in Net::SFTP; it's not a standard
library or exception. If you can't find it documented, then try (in
irb) getting ...Status.Exception.instance_methods(false); if you get
[], then you'll want ...Status.Exception.instance_methods -
Object.instance_methods. Also, you can look at the source for
Net::SFTP to see.

-austin
-- 
Austin Ziegler * halostatue@xxxxxxxxx
               * Alternate: austin@xxxxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>