DEBSOURCES
Skip Quicknav
sources / ruby-js-regex / 3.8.0-1 / lib / js_regex / error.rb
12345
class JsRegex # This is mixed into errors, e.g. those thrown by the parser, # allowing to `rescue JsRegex::Error`. module Error; end end