add NotImplementedException and update version to 1.0.5
[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>
5 * @copyright 2015 Jan Altensen (Stricted)
6 */
7class NotImplementedException extends Exception {
8}