Added Exceptions

This commit is contained in:
Jeroen De Meerleer 2019-05-27 13:01:53 +02:00
parent 5d5d0b3cb7
commit eef38ebfe9
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
{
}