Skip to content

tp TouchPointWP TouchPointWP_WPError

James K. edited this page Jun 25, 2024 · 2 revisions

tp\TouchPointWP\TouchPointWP_WPError

An Exception class.

Properties

_debugMode

public mixed _debugMode = null
  • Visibility: public

Methods

__construct

mixed tp\TouchPointWP\TouchPointWP_Exception::__construct(string message, int code, ?\Throwable previous)

Create an exception, and log it where it can be reported to the TouchPoint-WP Developers.

Arguments

  • message string* code int* previous ?\Throwable

Returns

  • mixed

debugLog

void tp\TouchPointWP\TouchPointWP_Exception::debugLog(mixed code, mixed file, mixed line, mixed message)

Arguments

  • code mixed* file mixed* line mixed* message mixed

toJson

string tp\TouchPointWP\TouchPointWP_Exception::toJson()

Get this in a JSON-compatible format

Returns

  • string -
Clone this wiki locally