1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 17:01:33 +02:00
invoiceninja/app/Exceptions/PhantomPDFFailure.php

11 lines
106 B
PHP
Raw Normal View History

2021-04-12 06:36:51 +02:00
<?php
namespace App\Exceptions;
use Exception;
class PhantomPDFFailure extends Exception
{
// ..
}