# splode v0.3.2 - Table of Contents

> Splode helps you deal with errors and exceptions in your application that are aggregatable and consistent.

## GUIDES

- [Get Started with Splode](get-started-with-splode.md)

## Modules

- [Splode](Splode.md): Use this module to create your error aggregator and handler.
- [Splode.Error](Splode.Error.md): Use this module to create an aggregatable error.
- [Splode.ErrorClass](Splode.ErrorClass.md): Tools for working with error classes
- [Splode.Stacktrace](Splode.Stacktrace.md): A placeholder for a stacktrace so that we can avoid printing it everywhere

- Exceptions
  - [Splode.Error.Unknown](Splode.Error.Unknown.md): The default top level unknown error container

