Package-level declarations

This package contains all the custom exceptions thrown by Ksui. These are mostly Sui wrapper exceptions.

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class SuiException(message: String) : Exception
Link copied to clipboard
class TooManyRequestsException(code: Int, message: String) : Exception
Link copied to clipboard

Custom exception to be thrown when the EventFilter type is not recognized.