~ubuntu-branches/ubuntu/maverick/vm-builder/maverick-updates

« back to all changes in this revision

Viewing changes to VMBuilder/exception.py

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2010-02-22 13:56:18 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222135618-la13e3mu397rg0m1
Tags: 0.12.0-0ubuntu1
* New upstream release. (FFe: LP: #525741)
  - All patches incorporated upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    """Something failed inside VMBuilder"""
23
23
    pass
24
24
 
25
 
class VMBuilderUserError(Exception):
 
25
class VMBuilderUserError(VMBuilderException):
26
26
    """The user did something silly."""
27
27
    pass