Sha256: 9c94e1460e1e01c04ac8d1319068e20eaa2f414ea5772b860936a40fbf11907e
Contents?: true
Size: 221 Bytes
Versions: 22
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Synvert::Core # Rewriter not found exception. class RewriterNotFound < RuntimeError end # Method not supported exception. class MethodNotSupported < RuntimeError end end
Version data entries
22 entries across 22 versions & 1 rubygems