Spaces:
Build error
Build error
| package com.dalab.policyengine.common; | |
| import org.springframework.http.HttpStatus; | |
| import org.springframework.web.bind.annotation.ResponseStatus; | |
| public class ConflictException extends RuntimeException { | |
| public ConflictException(String message) { | |
| super(message); | |
| } | |
| } |