Sha256: 48b1c6102eea8509e5e520dc1519c74d10500f15ea136d14e5a0cd3323882f95

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

module Synvert
  # Rewriter not found exception.
  class RewriterNotFound < Exception
  end

  # Gemfile.lock not found exception.
  class GemfileLockNotFound < Exception
  end

  # Method not supported exception.
  class MethodNotSupported < Exception
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synvert-0.0.17 lib/synvert/exceptions.rb
synvert-0.0.16 lib/synvert/exceptions.rb
synvert-0.0.15 lib/synvert/exceptions.rb
synvert-0.0.14 lib/synvert/exceptions.rb