Sha256: 9d45912acf0ace0d4b6e9f49d07da3b45eff25a9113dcd0830a90f587113e0ed

Contents?: true

Size: 202 Bytes

Versions: 33

Compression:

Stored size: 202 Bytes

Contents

module Bixby
  class CommandException < Exception

    attr_accessor :response

    def initialize(message, command_response)
      super(message)
      @response = command_response
    end

  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
bixby-common-0.7.1 lib/bixby-common/exception/command_exception.rb
bixby-common-0.7.0 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.6 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.5 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.4 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.3 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.2 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.1 lib/bixby-common/exception/command_exception.rb
bixby-common-0.6.0 lib/bixby-common/exception/command_exception.rb
bixby-common-0.5.0 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.13 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.12 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.11 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.10 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.9 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.8 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.7 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.6 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.5 lib/bixby-common/exception/command_exception.rb
bixby-common-0.4.4 lib/bixby-common/exception/command_exception.rb