mirror of
https://github.com/Dannecron/spring-boot-demo.git
synced 2025-12-25 16:22:35 +03:00
4 lines
86 B
Kotlin
4 lines
86 B
Kotlin
package com.example.demo.http.exceptions
|
|
|
|
class NotFoundException: RuntimeException()
|