AlkantarClanX12
Current Path : /opt/alt/ruby18/share/ri/1.8/system/ScriptError/ |
Current File : //opt/alt/ruby18/share/ri/1.8/system/ScriptError/cdesc-ScriptError.yaml |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: Descendents of class <tt>Exception</tt> are used to communicate between <tt>raise</tt> methods and <tt>rescue</tt> statements in <tt>begin/end</tt> blocks. <tt>Exception</tt> objects carry information about the exception---its type (the exception's class name), an optional descriptive string, and optional traceback information. Programs may subclass <tt>Exception</tt> to add additional information. constants: [] full_name: ScriptError includes: [] instance_methods: [] name: ScriptError superclass: Exception