MethodArgumentNotImplementedException
extends NotImplementedException
in package
Base exception class for not implemented behaviors of the intl extension in the Locale component.
Tags
Table of Contents
Constants
- INTL_INSTALL_MESSAGE = 'Please install the "intl" extension for full localization capabilities.'
Methods
- __construct() : mixed
Constants
INTL_INSTALL_MESSAGE
public
mixed
INTL_INSTALL_MESSAGE
= 'Please install the "intl" extension for full localization capabilities.'
Methods
__construct()
public
__construct(string $methodName, string $argName) : mixed
Parameters
- $methodName : string
-
The method name that raised the exception
- $argName : string
-
The argument name that is not implemented