Merge branch 'bugfix/exceptions-namespace' into develop

This commit is contained in:
Jeroen De Meerleer 2019-06-17 15:38:56 +02:00
commit 45cb6c1255
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
{