Sha256: 432b2487012955f056a881a78816a8fdc9566c299a011ced5039661f62cce301

Contents?: true

Size: 530 Bytes

Versions: 4

Compression:

Stored size: 530 Bytes

Contents

require 'rubygems'
require 'ardtweeno'

module Ardtweeno

  class DBError < Exception
  end

  class InvalidData < Exception
  end
  
  class NotANode < Exception
  end

  class NotInNodeList < Exception
  end
  
  class NotAPacket < Exception
  end

  class PacketListEmpty < Exception
  end
  
  class ManagerNotDefined < Exception
  end

  class NodeNotAuthorised < Exception
  end
  
  class SerialDeviceNotFound < Exception
  end
  
  class InvalidWatch < Exception  
  end
  
  class AlreadyWatched < Exception
  end
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ardtweeno-0.5.0 lib/ardtweeno/exceptions.rb
ardtweeno-0.4.0 lib/ardtweeno/exceptions.rb
ardtweeno-0.3.1 lib/ardtweeno/exceptions.rb
ardtweeno-0.3.0 lib/ardtweeno/exceptions.rb