Added Exceptions

This commit is contained in:
Jeroen De Meerleer 2019-05-27 13:01:53 +02:00
parent 6ac07927af
commit 10f658532d
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace JeroenED\Libpairtwo\Exceptions;
class IncompatibleReaderException Extends LibpairtwoException
{
}

View File

@ -0,0 +1,10 @@
<?php
namespace JeroenED\LibPairtwo\Exceptions;
class LibpairtwoException extends \Exception
{
}