invoiceninja/app/Import/ImportException.php

7 lines
74 B
PHP

<?php
namespace App\Import;
class ImportException extends \Exception{
}