blob: 180ce25d59ce54ac4f457e24a27b82cf05ee5213 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Copyright 2019 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.
"""This module defines all exceptions used by DevServer."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
class DevServerError(Exception):
"""Exception class used by DevServer."""