Cleaning code

This commit is contained in:
Simon Vieille 2017-03-12 18:58:44 +01:00
parent 022c31a703
commit 37be0f572f
6 changed files with 4 additions and 32 deletions

View file

@ -1,7 +0,0 @@
<?php
namespace Deblan\Csv\Exception;
class CsvException extends \Exception
{
}

View file

@ -1,7 +0,0 @@
<?php
namespace Deblan\Csv\Exception;
class CsvInvalidParameterException extends CsvException
{
}

View file

@ -1,7 +0,0 @@
<?php
namespace Deblan\Csv\Exception;
class CsvParserException extends \Exception
{
}

View file

@ -1,7 +0,0 @@
<?php
namespace Deblan\Csv\Exception;
class CsvParserInvalidParameterException extends CsvParserException
{
}