invoiceninja/app/Exceptions/InternalPDFFailure.php

11 lines
107 B
PHP

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