/**
* Package module for exceptions.
*
* Authors:
*   Jacob Jensen
* License:
*   https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE
*/
module poison.core.exceptions;

public {
  import poison.core.exceptions.crossthreadingexception;
}