invoiceninja/app/Exceptions/ImportCompanyFailed.php

11 lines
108 B
PHP
Raw Normal View History

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