Is it possible to catch exceptions raised in callbacks like after_create in the controller?
Of course. Those callbacks are synchronous, so the controller will catch those exceptions.
Is it possible to catch exceptions raised in callbacks like after_create in the controller?
Of course. Those callbacks are synchronous, so the controller will catch those exceptions.