invoiceninja/app/Exceptions/InternalPDFFailure.php
2021-04-12 14:36:51 +10:00

11 lines
107 B
PHP

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