Sha256: 4cb89103ad04b5e3d50aa3869316f96a742c935155729ec60348c88a40ebb006
Contents?: true
Size: 264 Bytes
Versions: 6
Compression:
Stored size: 264 Bytes
Contents
module Ownlan class Exception < StandardError; end class MissingArgumentError < Exception; end class VictimNotReachable < Exception; end class WrongVictimIpFormat < Exception; end class WrongInterace < Exception; end class NotRoot < Exception; end end
Version data entries
6 entries across 6 versions & 1 rubygems