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