Skip to content

MalformedRequestException

Thrown by HttpMessageParser for anything outside the narrow OTLP/HTTP shape the OTel PHP exporter sends (see that class’s docblock).

The receiver treats this as “reject this connection with 400, log, move on” — it must never be allowed to crash the dashboard process.

final class MalformedRequestException extends QuioteException

ExtendsQuioteException
SourceMalformedRequestException.php

These come from an ancestor and are documented where they are declared.

MethodDeclared inDescription
getCode()Exception
getFile()Exception
getLine()Exception
getMessage()Exception
getOriginalCode()QuioteExceptionReturns the original code, which may be a string (e.g.
getPrevious()Exception
getTrace()Exception
getTraceAsString()Exception