Sha256: 8a16db2fb6e01ab2516920190a2139f33d48374378cf1f6301fe00752143a6c0

Contents?: true

Size: 1019 Bytes

Versions: 12

Compression:

Stored size: 1019 Bytes

Contents

#
# Copyright:: Copyright 2016, Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

module LicenseScout
  module Exceptions
    class Error < RuntimeError; end
    class ConfigError < Error; end
    class MissingSourceDirectory < Error; end
    class UnsupportedExporter < Error; end
    class PackageNotFound < Error; end
    class HabitatPackageNotFound < PackageNotFound; end
    class FailExit < Error; end
    class UpstreamFetchError < Error; end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
license_scout-2.6.10 lib/license_scout/exceptions.rb
license_scout-2.6.7 lib/license_scout/exceptions.rb
license_scout-2.6.3 lib/license_scout/exceptions.rb
license_scout-2.6.2 lib/license_scout/exceptions.rb
license_scout-2.5.1 lib/license_scout/exceptions.rb
license_scout-2.5.0 lib/license_scout/exceptions.rb
license_scout-2.4.0 lib/license_scout/exceptions.rb
license_scout-2.2.0 lib/license_scout/exceptions.rb
license_scout-2.1.5 lib/license_scout/exceptions.rb
license_scout-2.1.4 lib/license_scout/exceptions.rb
license_scout-2.1.3 lib/license_scout/exceptions.rb
license_scout-2.1.2 lib/license_scout/exceptions.rb