LibreDTE

DispatcherException extends DocumentException
in package

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

Table of Contents

Properties

$documentBag  : DocumentBagInterface|null
Contenedor del documento 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.

Properties

Methods

__construct()

Constructor de la excepción.

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

        
On this page

Search results