Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit b384c4a

Browse files
committed
refact: refatorando de not found para ok no content
1 parent 486e461 commit b384c4a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

backend/src/main/java/com/senac/gestaocurso/enterprise/exception/NotFoundException.java

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.senac.gestaocurso.enterprise.exception;
2+
3+
public class OkNoContent extends RuntimeException{
4+
public OkNoContent(String message){
5+
super(message);
6+
}
7+
}

0 commit comments

Comments
 (0)