invoiceninja/app/Exceptions/ImportCompanyFailed.php

11 lines
108 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class ImportCompanyFailed extends Exception
{
// ..
}