interface IAbsentThrowableMessageProvider
Provides a message which can be used in reporting to represent the case that no Throwable at all was thrown.
abstract val message: IRawString
The message can be used in reporting to represent the case that no Throwable at all was thrown. |
class TranslatableAsAbsentThrowableMessageProvider : IAbsentThrowableMessageProvider
Represents an IThrowableThrown.IAbsentThrowableMessageProvider which is using a given ITranslatable which in $ turn explains an absent Throwable. |