Merge branch 'master' of github.com:Stricted/speedport-hybrid-php-api
[GitHub/Stricted/speedport-hybrid-php-api.git] / lib / exception / NotImplementedException.class.php
CommitLineData
1a5b0fe3
S
1<?php
2/**
3 * @author Jan Altensen (Stricted)
4 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
dd76f288 5 * @copyright 2015-2016 Jan Altensen (Stricted)
1a5b0fe3
S
6 */
7class NotImplementedException extends Exception {
8}