File: error.rb

package info (click to toggle)
ruby-js-regex 3.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 1,002; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
class JsRegex
  # This is mixed into errors, e.g. those thrown by the parser,
  # allowing to `rescue JsRegex::Error`.
  module Error; end
end