LibreDTE

BatchProcessorException extends DocumentException
in package

Excepción para el worker "billing.document.batch_processor".

Table of Contents

Properties

$documentBag  : DocumentBagInterface|null
Contenedor del documento que se estaba manipulando cuando se generó la excepción.
$documentBatch  : DocumentBatchInterface|null
Contenedor del lote de documentos que se estaba manipulando cuando se generó la excepción.

Methods

__construct()  : mixed
Constructor de la excepción.
getDocumentBag()  : DocumentBagInterface|null
Entrega, si está asignado, el contenedor del documento.
getDocumentBatch()  : DocumentBatchInterface|null
Entrega, si está asignado, el contenedor del lote documentos.

Properties

Methods

__construct()

Constructor de la excepción.

public __construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ][, DocumentBatchInterface|null $documentBatch = null ]) : mixed
Parameters
$message : string = ''
$code : int = 0
$previous : Throwable|null = null
$documentBatch : DocumentBatchInterface|null = null

        
On this page

Search results