Sha256: c951fd14fee64415aaf866154f04fc60a815305678747e68d43809a5690c63a9
Contents?: true
Size: 317 Bytes
Versions: 9
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true module TheHelp module Errors class AbstractClassError < StandardError; end class ServiceNotImplementedError < StandardError; end class NotAuthorizedError < RuntimeError; end class NoResultError < StandardError; end class ResultError < StandardError; end end end
Version data entries
9 entries across 9 versions & 1 rubygems