Sha256: 541bc4296846da2aedf066ce6edb68b5056270036b2d15c87723fcf741afdf01
Contents?: true
Size: 309 Bytes
Versions: 78
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true module Synvert::Core # Rewriter not found exception. class RewriterNotFound < RuntimeError end # Gemfile.lock not found exception. class GemfileLockNotFound < RuntimeError end # Method not supported exception. class MethodNotSupported < RuntimeError end end
Version data entries
78 entries across 78 versions & 1 rubygems