kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
common-dependencies
/
org.jetbrains.kotlinx.jupyter.common
/
ExceptionsHandler
Exceptions
Handler
fun
interface
ExceptionsHandler
Inheritors
DEFAULT
Members
Types
DEFAULT
Link copied to clipboard
object
DEFAULT
:
ExceptionsHandler
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
logger
:
Logger
,
message
:
String
,
exception
:
Throwable
)