1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/app/Exceptions/ImportCompanyFailed.php

11 lines
108 B
PHP
Raw Normal View History

2021-05-27 07:57:07 +02:00
<?php
namespace App\Exceptions;
use Exception;
class ImportCompanyFailed extends Exception
{
// ..
}