move exceptions and traits into own folder
[GitHub/Stricted/speedport-hybrid-php-api.git] / lib / exception / RebootException.class.php
CommitLineData
8162139f
S
1<?php
2/**
3 * @author Jan Altensen (Stricted)
4 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
5 * @copyright 2015 Jan Altensen (Stricted)
6 */
7class RebootException extends Exception {
8}