toggle menu
Spring Boot Kotlin API
3.4.5-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.server
/
ErrorPage
/
ErrorPage
Error
Page
constructor
(
path
:
String
)
constructor
(
status
:
HttpStatus
,
path
:
String
)
constructor
(
exception
:
Class
<
out
Throwable
>
,
path
:
String
)