Fixed exception to be in correct namespace

This commit is contained in:
Jeroen De Meerleer 2019-06-17 15:38:51 +02:00
parent 179eb9e111
commit f1b4d68e2f
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
namespace JeroenED\LibPairtwo\Exceptions;
namespace JeroenED\Libpairtwo\Exceptions;
class LibpairtwoException extends \Exception
{