You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Class constant visibility is only allowed since PHP 7.1
Example in LEConnectorException
public const NONEWNONCEEXCEPTION = 0x11;
public const ACCOUNTDEACTIVATEDEXCEPTION = 0x12;
public const METHODNOTSUPPORTEDEXCEPTION = 0x13;
public const CURLERROREXCEPTION = 0x14;
public const INVALIDRESPONSEEXCEPTION = 0x15;
The text was updated successfully, but these errors were encountered:
Class constant visibility is only allowed since PHP 7.1
Example in LEConnectorException
The text was updated successfully, but these errors were encountered: