1 /**
2 * Package module for exceptions.
3 *
4 * Authors:
5 *   Jacob Jensen
6 * License:
7 *   https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
8 */
9 module poison.core.exceptions;
10 
11 public {
12   import poison.core.exceptions.crossthreadingexception;
13 }