--- title: danog\MadelineProto\TL\Conversion\Exception: TL conversion exception. description: image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # `danog\MadelineProto\TL\Conversion\Exception` [Back to index](../../../../index.md) > Author: Daniil Gentili TL conversion exception. ## Method list: * `updateTLTrace(array $trace): void` * `getTLTrace(): string` * `setTLTrace(string $tlTrace): void` * `prettifyTL(string $init, array $trace): void` ## Methods: ### `updateTLTrace(array $trace): void` Update TL trace. Parameters: * `$trace`: `array` ### `getTLTrace(): string` Get TL trace. ### `setTLTrace(string $tlTrace): void` Set TL trace. Parameters: * `$tlTrace`: `string` TL trace ### `prettifyTL(string $init, array $trace): void` Generate async trace. Parameters: * `$init`: `string` Method name * `$trace`: `array` Async trace --- Generated by [danog/phpdoc](https://phpdoc.daniil.it)