Documentation

MethodArgumentValueNotImplementedException extends NotImplementedException
in package

Base exception class for not implemented behaviors of the intl extension in the Locale component.

Tags
author

Eriksen Costa eriksen.costa@infranology.com.br

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 $argValue[, string $additionalMessage = '' ]) : mixed
Parameters
$methodName : string

The method name that raised the exception

$argName : string

The argument name

$argValue : mixed

The argument value that is not implemented

$additionalMessage : string = ''

An optional additional message to append to the exception message


        
On this page

Search results