Skip to content
Snippets Groups Projects
  1. Jan 22, 2010
    • Michael Hanselmann's avatar
      Simplify LUXI exceptions · 797506fc
      Michael Hanselmann authored
      
      Having only one exception hierarchy makes catching them simpler. Before
      ProtocolError would derive directly from Exception, but with this patch
      it'll also be in the hierarchy defined by the ganeti.errors module.
      Separating encoding and decoding errors is not necessary at this point
      as they're never handled separately, and merging them removes a few
      lines from the code.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      797506fc
  2. Jan 04, 2010
  3. Dec 28, 2009
Loading