Zhuinden/flowless

ServiceProvider should return null instead of unchecked exception

Zhuinden opened this issue · 1 comments

It says it can return null, but in reality it just throws NoSuchServiceException

That's not very intuitive

Actually, it still returns the exception, BUT it is now @NonNull and there is hasService() method.