Skip to content

Commit

Permalink
[#140] refactor: 디렉토리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyun419 committed Jun 19, 2022
1 parent 377e0ca commit 0128084
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.yapp.web2.exception.custom

import com.yapp.web2.exception.BusinessException
import com.yapp.web2.util.Message

open class ObjectNotFoundException : BusinessException(Message.OBJECT_NOT_FOUND)

0 comments on commit 0128084

Please sign in to comment.