bluebird.exceptions.TypeException

exception TypeException(*args)

Handels the type missmatch, prints variable and the type it should be.

Example:

raise TypeException("input", "Tensor")