Top

pydelivengo.exception module

#! /usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright © 2018 Alexandria
#
# Distributed under terms of the MIT license.

from __future__ import absolute_import


class PyDelivengoException(Exception):
    """"""
    pass


class PyDelivengoTypeError(PyDelivengoException):
    """"""
    pass

Classes

class PyDelivengoException

class PyDelivengoException(Exception):
    """"""
    pass

Ancestors (in MRO)

Class variables

var args

class PyDelivengoTypeError

class PyDelivengoTypeError(PyDelivengoException):
    """"""
    pass

Ancestors (in MRO)

Class variables

var args

Inheritance: PyDelivengoException.args