Hello, i found that readme is incorrect. There are a lot of comments like bool return "False and raises Exception on error". It's impossible to return value and raise the exception. What will happen? False will be returned or exception thrown?