Sha256: d617360b6e6f99e8c0219502f2867e1c20a2e4c463f05f0c9db6057eee64fc04
Contents?: true
Size: 137 Bytes
Versions: 5
Compression:
Stored size: 137 Bytes
Contents
module FluentECS class Error < StandardError; end class IntrospectError < Error; end class RequestError < IntrospectError; end end
Version data entries
5 entries across 5 versions & 3 rubygems