blob: da4843e99746c79c7469e9759742e8977426d7ba [file]
# Copyright 2013 The ChromiumOS Authors
# 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."""