invoiceninja/app/Exceptions/ImportCompanyFailed.php
2021-05-27 15:57:07 +10:00

11 lines
108 B
PHP

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