Manual:Exception

From mediawiki.org
Jump to navigation Jump to search
Other languages:
English • ‎português • ‎日本語

Ways of throwing an exception or error include, e.g.:

  • ApiBase::dieWithError ( $msg, $code = null, $data = null, $httpCode = null )
  • ApiBase::dieWithException ( $exception, array $options = [] )