This is automatic generated document for things in Swow\Exception\ExceptionEditor class

Class ExceptionEditor

Methods

Static method setCode

public static function setCode ( Exception $exception , int $code ) : void

Static method setFile

public static function setFile ( Exception $exception , string $file ) : void

Static method setLine

public static function setLine ( Exception $exception , int $line ) : void

Static method setMessage

public static function setMessage ( Exception $exception , string $message ) : void

Static method setTrace

public static function setTrace ( Exception $exception , array<array{file: string, line: int, function: string, args: array<mixed>, class?: string}> $trace ) : void

Copyright 2022 the Swow contributors