module types_linq.types_linq_error

class TypesLinqError

from types_linq import TypesLinqError

Types-linq has run into problems.

Bases

  • Exception

Members

class InvalidOperationError

from types_linq import InvalidOperationError

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

Bases

  • TypesLinqError

  • ValueError

Members

class IndexOutOfRangeError

from types_linq import IndexOutOfRangeError

An IndexError with types-linq flavour.

Bases

  • TypesLinqError

  • IndexError

Members