gh-pages / com.nextfaze.devfun.internal.exception / ExceptionCategoryItem
ExceptionCategoryItem
class ExceptionCategoryItem :
CategoryItem
(source)
Constructors
Name | Summary |
---|---|
<init> | ExceptionCategoryItem(ex: String ) |
Properties
Name | Summary |
---|---|
items | val items: List < FunctionItem > List of items for this category. |
name | val name: String Categories with the same name will be merged at runtime (case-sensitive). |
Inherited Properties
Name | Summary |
---|---|
order | open val order: Int Categories are ordered by order (top->bottom is lowest->highest), then alphabetically by name. |