[yast-commit] r68047 - in /trunk/ruby-bindings: README modules/

Author: jreidinger Date: Mon Apr 30 13:14:06 2012 New Revision: 68047 URL: http://svn.opensuse.org/viewcvs/yast?rev=68047&view=rev Log: document exception handling in ruby bindidings and remove unused code Removed: trunk/ruby-bindings/modules/ Modified: trunk/ruby-bindings/README Modified: trunk/ruby-bindings/README URL: http://svn.opensuse.org/viewcvs/yast/trunk/ruby-bindings/README?rev=68047&r1... ============================================================================== --- trunk/ruby-bindings/README (original) +++ trunk/ruby-bindings/README Mon Apr 30 13:14:06 2012 @@ -15,3 +15,8 @@ Based on yast2-perl-bindings by Martin Vidner <mvidner@suse.cz> Stefan Hundhammer <sh@suse.de> + + +Exception handling +================= +When ruby code raise exception, then method return `nil` in YCP and add method last_exception, that returns message of exception. Also exception details are logged. -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jreidinger@svn2.opensuse.org