ResponseHandler for example is repeated in alot of the folders and has nothing in it.
API Exception is nearly identical in most of the folders, interfaces are called out but why not inherit the class instead of repeating the code. Or just use a master API Exception in the base layer.
ResponseHandler for example is repeated in alot of the folders and has nothing in it.
API Exception is nearly identical in most of the folders, interfaces are called out but why not inherit the class instead of repeating the code. Or just use a master API Exception in the base layer.
Is this code autogenerated or something.