Sha256: c6b89e8ea2d2af87e6b5829003067cbd040d9d0b1f068d12071269fec10f7a0a

Contents?: true

Size: 227 Bytes

Versions: 105

Compression:

Stored size: 227 Bytes

Contents

# -*- encoding: utf-8 -*-

module Albacore
  class CommandNotFoundError < StandardError

    attr_reader :executable

    def initialize message, executable
      super(message)
      @executable = executable
    end
  end
end

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
albacore-2.3.16 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.15 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.14 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.13 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.12 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.11 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.10 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.9 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.8 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.7 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.6 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.5 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.4 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.3 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.2 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.1 lib/albacore/errors/command_not_found_error.rb
albacore-2.3.0 lib/albacore/errors/command_not_found_error.rb
albacore-2.2.1 lib/albacore/errors/command_not_found_error.rb
albacore-2.2.0 lib/albacore/errors/command_not_found_error.rb
albacore-2.2.0.pre.beta.7 lib/albacore/errors/command_not_found_error.rb