blob: 78ed703c57387b5936d4b2f55ed5ef1de92667e0 [file]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
class PredatorError(Exception):
"""Base class for Predator-specific exceptions."""
pass