module RegexpExamples class Error < StandardError; end class UnsupportedSyntaxError < Error; end class IllegalSyntaxError < Error; end end