Sha256: 92de6e8af266a54a13b007341a00ef7317a66e366b25a99d2dac3671a59dfef0

Contents?: true

Size: 322 Bytes

Versions: 60

Compression:

Stored size: 322 Bytes

Contents

module HammerCLIForeman

  class OperationNotSupportedError < StandardError; end

  # Resolver exceptions
  class ResolverError < StandardError

    attr_reader :resource

    def initialize(msg, resource)
      @resource = resource
      super(msg)
    end
  end

  class MissingSearchOptions < ResolverError; end

end


Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
hammer_cli_foreman-3.13.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.12.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.10.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.9.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.8.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.7.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.5.1 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.6.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.5.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.4.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.3.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.2.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-2.5.2 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.1.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-3.0.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-2.5.1 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-2.5.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-2.3.2 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-2.4.0 lib/hammer_cli_foreman/exceptions.rb
hammer_cli_foreman-2.3.1 lib/hammer_cli_foreman/exceptions.rb