mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-10-31 20:56:08 +01:00
Added Exceptions
This commit is contained in:
parent
5d5d0b3cb7
commit
eef38ebfe9
10
src/Exceptions/IncompatibleReaderException.php
Normal file
10
src/Exceptions/IncompatibleReaderException.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
namespace JeroenED\Libpairtwo\Exceptions;
|
||||||
|
|
||||||
|
|
||||||
|
class IncompatibleReaderException Extends LibpairtwoException
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
10
src/Exceptions/LibpairtwoException.php
Normal file
10
src/Exceptions/LibpairtwoException.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
namespace JeroenED\LibPairtwo\Exceptions;
|
||||||
|
|
||||||
|
|
||||||
|
class LibpairtwoException extends \Exception
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user