koraktor/steam-condenser-php

View on GitHub
lib/SteamCondenser/Exceptions/SteamCondenserException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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-2014, Sebastian Staudt
 *
 * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
 */

namespace SteamCondenser\Exceptions;

/**
 * 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 {}