# `Ltix.Errors.Invalid.ContentItemTypeNotAccepted`
[🔗](https://github.com/DecoyLex/ltix/blob/main/lib/ltix/errors/invalid/content_item_type_not_accepted.ex#L1)

Content item type not in the platform's accept_types list.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) ::
  %Ltix.Errors.Invalid.ContentItemTypeNotAccepted{
    __exception__: true,
    accept_types: term(),
    bread_crumbs: term(),
    class: term(),
    path: term(),
    spec_ref: term(),
    splode: term(),
    stacktrace: term(),
    type: term(),
    vars: term()
  }
```

Create an `Elixir.Ltix.Errors.Invalid.ContentItemTypeNotAccepted` without raising it.

## Keys

- :type
- :accept_types
- :spec_ref

---

*Consult [api-reference.md](api-reference.md) for complete listing*
