Sha256: f98b9fa411bfd1d3f58cee9b2f451a61779b969a0f963197afb7f0c2c0f7d8d5

Contents?: true

Size: 195 Bytes

Versions: 8

Compression:

Stored size: 195 Bytes

Contents

# -*- coding: binary -*-

module Rex
module Powershell
module Exceptions

  class PowershellError < RuntimeError
  end

  class PowershellCommandLengthError < PowershellError
  end

end
end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rex-powershell-0.1.101 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.100 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.99 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.98 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.97 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.96 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.95 lib/rex/powershell/exceptions.rb
rex-powershell-0.1.94 lib/rex/powershell/exceptions.rb