LunaticChat
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LunaticChat
engine
/
dev.m1sk9.lunaticChat.engine.exception
/
RequirePermissionException
Require
Permission
Exception
class
RequirePermissionException
(
permissions
:
List
<
LunaticChatPermissionNode
>
)
:
Exception
(
source
)
Exception thrown when required permissions are missing.
Parameters
permissions
The list of missing permissions.
Members
Constructors
Require
Permission
Exception
Link copied to clipboard
constructor
(
permissions
:
List
<
LunaticChatPermissionNode
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?