TegralException
abstract class TegralException(message: String, cause: Throwable? = null) : Exception
Content copied to clipboard
Root exception class for all exceptions emitted by Tegral.
Note that this class should not be instantiated directly and should be subclassed into more detailed and appropriate exceptions.