1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
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
{
// ..
}