Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
InvalidOptionsException.php
function InvalidOptionsException::__construct
File
vendor/
symfony/
validator/
Exception/
InvalidOptionsException.php
, line 16
Class
InvalidOptionsException
Namespace
Symfony\Component\Validator\Exception
Code
public
function
__construct
(string
$message
, array
$options
) {
parent
::
__construct
(
$message
); }
RSS feed