Sign in
chromium
/
infra
/
infra.git
/
cbc4637fdd9719eef95779ea46c0ffda170e29eb
/
.
/
appengine
/
predator
/
analysis
/
exceptions.py
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