Sha256: e6df804042393098c2f91668273d870ad72afd0a583ae3ed05b9b122e2724df2
Contents?: true
Size: 386 Bytes
Versions: 13
Compression:
Stored size: 386 Bytes
Contents
# frozen_string_literal: true require 'luna_park/errors/base' require 'luna_park/errors/system' require 'luna_park/errors/business' module LunaPark module Errors class NotConfigured < System; end class AbstractMethod < System; end class Unwrapable < System; end class RepositoryError < System; end class NotFound < RepositoryError; end end end
Version data entries
13 entries across 13 versions & 1 rubygems