ammar/regexp_parser

View on GitHub
lib/regexp_parser/error.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Regexp::Parser
  # base class for all gem-specific errors
  class Error < StandardError; end
end