proteindf_bridge.error module¶ exception proteindf_bridge.error.BrError(errmsg='')[source]¶ Bases: Exception Base class for this Bridge module exception proteindf_bridge.error.BrInputError(expr, msg)[source]¶ Bases: BrError Exception raised for errors in the input. expr -- input expression in which the error occurred msg -- explanation of the error exception proteindf_bridge.error.BrValueError(expr, msg)[source]¶ Bases: BrError Exception raised for errors in the value. expr -- input expression in which the error occurred msg -- explanation of the error