10 lines
144 B
PHP
Executable File
10 lines
144 B
PHP
Executable File
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Mautic\IntegrationsBundle\Exception;
|
|
|
|
class RequiredValueException extends InvalidValueException
|
|
{
|
|
}
|