Documentation

NotImplementedException extends RuntimeException
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 $message) : mixed
Parameters
$message : string

The exception message. A note to install the intl extension is appended to this string


        
On this page

Search results