10 lines
192 B
Java
10 lines
192 B
Java
package ru.dragonestia.picker.controller;
|
|
|
|
import org.springframework.web.bind.annotation.RestControllerAdvice;
|
|
|
|
@RestControllerAdvice
|
|
public class ExceptionHandlerController {
|
|
|
|
// TODO
|
|
}
|