gh-pages / com.nextfaze.devfun.internal.exception / ExceptionCategoryDefinition

ExceptionCategoryDefinition

object ExceptionCategoryDefinition : CategoryDefinition (source)

Properties

Name Summary
name val name: String
The name of this category as taken from DeveloperCategory.value.

Inherited Properties

Name Summary
clazz open val clazz: KClass<*>?
DeveloperFunction usages in clazz will use this category.
group open val group: CharSequence?
Items that match this category will be placed in this group, as taken from DeveloperCategory.group.
order open val order: Int?
The category ordering as taken from DeveloperCategory.order.