Sha256: 3c7110dd68b3d2affcafda31e013c8ea5990ee74369bfcd4280aff26cacc83e0

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module Synvert::Core
  # 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

1 entries across 1 versions & 1 rubygems

Version Path
synvert-core-0.16.0 lib/synvert/core/exceptions.rb