Sha256: bb36d054746d461cd73aee139f304dd81fd9496a412957913acf5060440b9d98

Contents?: true

Size: 145 Bytes

Versions: 6

Compression:

Stored size: 145 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
regexp-examples-0.3.2 lib/regexp-examples/exceptions.rb
regexp-examples-0.3.1 lib/regexp-examples/exceptions.rb
regexp-examples-0.3.0 lib/regexp-examples/exceptions.rb
regexp-examples-0.2.4 lib/regexp-examples/exceptions.rb
regexp-examples-0.2.3 lib/regexp-examples/exceptions.rb
regexp-examples-0.2.2 lib/regexp-examples/exceptions.rb