doc/index.html in enhanced_errors-0.1.5 vs doc/index.html in enhanced_errors-0.1.6

- old
+ new

@@ -312,10 +312,29 @@ <span class='kw'>end</span> </code></pre> <p>The skip list is pre-populated with common variables to exclude and can be extended based on your application’s requirements.</p> +<h4 id="label-Capture+Rules">Capture Rules</h4> + +<p>These exceptions are always ignored:</p> + +<pre class="code ruby"><code class="ruby">SystemExit, +NoMemoryError, +SignalException, +Interrupt, +ScriptError, +LoadError, +NotImplementedError, +SyntaxError, +SystemStackError +</code></pre> + +<p>While this is close to “Things that don’t descend from StandardError”, it’s not exactly that.</p> + +<p>In Info mode, variables starting with @_ are also ignored.</p> + <h3 id="label-Capture+Levels">Capture Levels</h3> <p>EnhancedErrors supports different capture levels to control the verbosity of the captured data:</p> <ul><li> <p><strong>Info Level</strong>: Respects the skip list, excluding predefined sensitive or irrelevant variables. Global variables are ignored.</p> @@ -390,10 +409,10 @@ <p>The gem is available as open-source under the terms of the <a href="https://opensource.org/licenses/MIT">MIT License</a>.</p> </div></div> <div id="footer"> - Generated on Fri Oct 25 11:07:02 2024 by + Generated on Sun Nov 10 12:01:13 2024 by <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.37 (ruby-3.1.3). </div> </div> \ No newline at end of file