InternalErrorException

class InternalErrorException(message: String, throwable: Throwable? = null) : TegralDiException

Exception thrown when something went wrong internally in Tegral DI. Unless you are messing around with Tegral DI's internal, you should probably report occurrences of these exceptions (https://github.com/utybo/Tegral/issues), thanks!

Constructors

Link copied to clipboard
constructor(message: String, throwable: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard