public function __construct(string $message, string $functionName) { parent::__construct($message); $this->functionName = $functionName; }