mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-16 03:47:50 +01:00
Jeroen De Meerleer
e979b7e556
This is a first step in generalisation of the project. Please review https://github.com/JeroenED/libpairtwo/wiki/Converting-your-code-to-the-generalized-format for more info on your code changes
10 lines
101 B
PHP
10 lines
101 B
PHP
<?php
|
|
|
|
|
|
namespace JeroenED\LibPairtwo\Exceptions;
|
|
|
|
|
|
class LibpairtwoException extends \Exception
|
|
{
|
|
|
|
} |