module types_linq.types_linq_error

class TypesLinqError

from types_linq import TypesLinqError

Types-linq has run into problems.

Bases

  • Exception


class InvalidOperationError

from types_linq import InvalidOperationError

Exception raised when a call is invalid for the object’s current state.

Bases


class IndexOutOfRangeError

from types_linq import IndexOutOfRangeError

An IndexError with types-linq flavour.

Bases