mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Logging for tests
This commit is contained in:
parent
e199dcec85
commit
c3c4058f0a
@ -111,7 +111,9 @@ class CreateRawPdf
|
||||
|
||||
try {
|
||||
$pdf = $ps->boot()->getPdf();
|
||||
} catch (\Exception) {
|
||||
} catch (\Exception $e) {
|
||||
echo "EXCEPTION::".PHP_EOL;
|
||||
echo $e->getMessage().PHP_EOL;
|
||||
throw new FilePermissionsFailure('Unable to generate the raw PDF');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user