Klasse GlobalExceptionHandler

java.lang.Object
com.spaghetticodegang.trylater.shared.exception.GlobalExceptionHandler

@RestControllerAdvice public class GlobalExceptionHandler extends Object
Global exception handler for the application. Catches and handles common exceptions thrown across controllers and returns structured error responses with meaningful messages.