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: StringCategories with the same name will be merged at runtime (case-sensitive). |
Inherited Properties
| Name | Summary |
|---|---|
| order | open val order: IntCategories are ordered by order (top->bottom is lowest->highest), then alphabetically by name. |