Sha256: 94911e4c2aa2dafe9f76b6b3160bc23e2cc3fb8b740990887ef22a39643f4c44
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
module ActiveAdapter class Error < StandardError; end class AbstractAdapterUndefinedError < Error; end class ImplementAdapterUndefinedError < Error; end class MethodNotImplementError < Error; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_adapter-0.1.0 | lib/active_adapter/errors.rb |
active_adapter-0.1.0.pre | lib/active_adapter/errors.rb |