Closed lukaszstolarczuk closed 4 years ago
We can get rid of statuses and use exceptions instead. Perhaps the only method(s) to return something will be get method(s).
Right now, we throw exceptions in case of error and return status otherwise. This return can be removed.
We can get rid of statuses and use exceptions instead. Perhaps the only method(s) to return something will be get method(s).