Sha256: 37f81e68d7faaea582903731714c8bc43c1275c310ca1d0113552b8c2480181c
Contents?: true
Size: 293 Bytes
Versions: 23
Compression:
Stored size: 293 Bytes
Contents
# Copyright 2020 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. module ActiveRecordSpannerAdapter class Error < StandardError end class NotSupportedError < Error end end
Version data entries
23 entries across 23 versions & 1 rubygems