Skip to content

Commit

Permalink
[3.10][PHP 8.1] Remove properties of legacy extension class (joomla#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored and nibra committed Mar 22, 2022
1 parent 628f7b1 commit b7ea4c0
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions libraries/legacy/exception/exception.php
Expand Up @@ -26,24 +26,6 @@ class JException extends Exception
*/
protected $level = null;

/**
* Error code.
*
* @var string
* @since 1.5
* @deprecated 1.7
*/
protected $code = null;

/**
* Error message.
*
* @var string
* @since 1.5
* @deprecated 1.7
*/
protected $message = null;

/**
* Additional info about the error relevant to the developer,
* for example, if a database connect fails, the dsn used
Expand All @@ -54,24 +36,6 @@ class JException extends Exception
*/
protected $info = '';

/**
* Name of the file the error occurred in [Available if backtrace is enabled]
*
* @var string
* @since 1.5
* @deprecated 1.7
*/
protected $file = null;

/**
* Line number the error occurred in [Available if backtrace is enabled]
*
* @var integer
* @since 1.5
* @deprecated 1.7
*/
protected $line = 0;

/**
* Name of the method the error occurred in [Available if backtrace is enabled]
*
Expand Down

0 comments on commit b7ea4c0

Please sign in to comment.