<?php
/**
* This code is free software; you can redistribute it and/or modify it under
* the terms of the new BSD License.
*
* Copyright (c) 2008-2011, Sebastian Staudt
*
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
*/
/**
* This exception class is used as a base class for all exceptions related to
* Steam Condenser's operation
*
* @author Sebastian Staudt
* @package steam-condenser
* @subpackage exceptions
*/
class SteamCondenserException extends Exception {}
?>