Sha256: 178b2e50e91bca661f11f3646fddc3de9573979b74349c5f377aa32b7fd91655

Contents?: true

Size: 182 Bytes

Versions: 9

Compression:

Stored size: 182 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
regexp-examples-0.6.0 lib/regexp-examples/exceptions.rb
regexp-examples-0.5.4 lib/regexp-examples/exceptions.rb
regexp-examples-0.5.3 lib/regexp-examples/exceptions.rb
regexp-examples-0.5.2 lib/regexp-examples/exceptions.rb
regexp-examples-0.5.1 lib/regexp-examples/exceptions.rb
regexp-examples-0.5.0 lib/regexp-examples/exceptions.rb
regexp-examples-0.4.2 lib/regexp-examples/exceptions.rb
regexp-examples-0.4.1 lib/regexp-examples/exceptions.rb
regexp-examples-0.4.0 lib/regexp-examples/exceptions.rb