W3cubDocs

/Symfony 2.8

Symfony\Component\Intl\Exception\NotImplementedException

class NotImplementedException extends RuntimeException

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

Constants

INTL_INSTALL_MESSAGE

Methods

__construct(string $message)

Constructor.

Details

public __construct(string $message)

Constructor.

Parameters

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

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Intl/Exception/NotImplementedException.html