Fix unhandled exceptions from store
NoOrgId exception was thrown but not handled in some cases. We don't really need this exception, so just use NoStoreException instead which is already handled correctly.
A prog2-höz tartozó friss repo anyagok itt elérhetőek: https://git.iit.bme.hu/prog2
NoOrgId exception was thrown but not handled in some cases. We don't really need this exception, so just use NoStoreException instead which is already handled correctly.