Sha256: 369d4015bc901ff560eeb4e705f3d0fc456e62ccb98b5d266daa6079dc9ab955
Contents?: true
Size: 303 Bytes
Versions: 11
Compression:
Stored size: 303 Bytes
Contents
module Artemis class Error < StandardError end class EndpointNotFound < Error end class ConfigurationError < Error end class GraphQLFileNotFound < Error end class FixtureNotFound < Error end class GraphQLError < Error end class GraphQLServerError < GraphQLError end end
Version data entries
11 entries across 11 versions & 1 rubygems