#' Classed exception object hierarchy
#'
#' Provides classed exception objects with a pre-defined hierarchy of classes.
#' This allows catching exceptions in a nested way by using a class or parent
#' class name with try-catch.
#'
#' @importFrom JefferysRUtils %p% %pp% expect_equalOrNull
#' @importFrom utils packageName
#'
#' @name package-Exception
NULL
#NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.