PHP Classes

File: docs/source/api/atk4/core/PHPUnit7_AgileExceptionWrapper.rst

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 i18next PHP   docs/source/api/atk4/core/PHPUnit7_AgileExceptionWrapper.rst   Download  
File: docs/source/api/atk4/core/PHPUnit7_AgileExceptionWrapper.rst
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK4 i18next PHP
Translate application texts like il8next-PHP
Author: By
Last change:
Date: 4 years ago
Size: 1,503 bytes
 

Contents

Class file image Download
.. rst-class:: phpdoctorst .. role:: php(code) :language: php PHPUnit7\_AgileExceptionWrapper =============================== .. php:namespace:: atk4\core .. php:class:: PHPUnit7_AgileExceptionWrapper .. rst-class:: phpdoc-description | Generic PHPUnit exception wrapper for ATK4 repos\. :Source: `vendor/atk4/core/src/PHPUnit7_AgileExceptionWrapper.php#8 <https://github.com/atk4/core/blob/master/vendor/atk4/core/src/PHPUnit7_AgileExceptionWrapper.php#L8>`_ :Parent: :php:class:`PHPUnit\\Framework\\Exception` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($message, $code, $previous\)<atk4\\core\\PHPUnit7\_AgileExceptionWrapper::\_\_construct\(\)>` Properties ---------- .. php:attr:: public static previous :Source: `vendor/atk4/core/src/PHPUnit7_AgileExceptionWrapper.php#11 <https://github.com/atk4/core/blob/master/vendor/atk4/core/src/PHPUnit7_AgileExceptionWrapper.php#L11>`_ :Type: :any:`\\Exception <Exception>` Previous exception Methods ------- .. rst-class:: public .. php:method:: public __construct( $message="", $code=0, $previous=null) .. rst-class:: phpdoc-description | Constructor\. :Source: `vendor/atk4/core/src/PHPUnit7_AgileExceptionWrapper.php#20 <https://github.com/atk4/core/blob/master/vendor/atk4/core/src/PHPUnit7_AgileExceptionWrapper.php#L20>`_ :Parameters: * **$message** (string) * **$code** (int) * **$previous** (:any:`Exception <Exception>`)