blob: e1c9ffaf738b0ef72b99d70abc8f0e3c8f1ca3fd [file] [log] [blame]
# Copyright 2017 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.
"""Errors being raised in suite scheduler."""
class MalformedConfigEntry(Exception):
"""Raised to indicate a failure to parse a Task out of a config."""
pass