class IllegalLayoutManagerException : RuntimeException
A RuntimeException thrown when the RecyclerView.ItemDecoration doesn't support the given RecyclerView.LayoutManager.
layoutManagerClass - the unsupported RecyclerView.LayoutManager.
suggestedBuilderClass - the suggested builder class which can be used to support the given RecyclerView.LayoutManager.