diff options
Diffstat (limited to 'scripts/update_payload/error.py')
-rw-r--r-- | scripts/update_payload/error.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/update_payload/error.py b/scripts/update_payload/error.py new file mode 100644 index 00000000..8b9cadda --- /dev/null +++ b/scripts/update_payload/error.py @@ -0,0 +1,9 @@ +# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +"""Payload handling errors.""" + + +class PayloadError(Exception): + """An update payload general processing error.""" |