Introducing settings file, some refactorings and stabilization
This commit is contained in:
11
src/Exceptions/IncorrectSettingsFileException.php
Normal file
11
src/Exceptions/IncorrectSettingsFileException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PmConverter\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class IncorrectSettingsFileException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user