Files
spring-boot-demo/src/main/kotlin/com/example/demo/http/exceptions/NotFoundException.kt
2024-10-02 12:05:21 +07:00

4 lines
86 B
Kotlin

package com.example.demo.http.exceptions
class NotFoundException: RuntimeException()