Sha256: 99a4d40dcb377a2d42839f4360cfe6750006fe1d725bc9b279f7039f8ca80f49

Contents?: true

Size: 482 Bytes

Versions: 3

Compression:

Stored size: 482 Bytes

Contents

# frozen_string_literal: true

module ForemanResourceQuota
  module Exceptions
    class ResourceQuotaException < Foreman::Exception; end
    class HostResourceQuotaEmptyException < ResourceQuotaException; end
    class ResourceLimitException < ResourceQuotaException; end
    class HostResourcesException < ResourceQuotaException; end
    class ResourceQuotaUtilizationException < ResourceQuotaException; end
    class HostNotFoundException < ResourceQuotaException; end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_resource_quota-0.3.1 app/lib/foreman_resource_quota/exceptions.rb
foreman_resource_quota-0.3.0 app/lib/foreman_resource_quota/exceptions.rb
foreman_resource_quota-0.2.0 lib/foreman_resource_quota/exceptions.rb