invoiceninja/app/Import/ImportException.php

8 lines
75 B
PHP

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