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

Version Path
ownlan-0.4.6 lib/ownlan/exceptions.rb
ownlan-0.4.4 lib/ownlan/exceptions.rb
ownlan-0.4.3 lib/ownlan/exceptions.rb
ownlan-0.4.2 lib/ownlan/exceptions.rb
ownlan-0.4.1 lib/ownlan/exceptions.rb
ownlan-0.4.0 lib/ownlan/exceptions.rb