web/lib/Exceptions/BenefitsRequirePasswordException.php
2024-11-23 14:30:11 -06:00

7 lines
223 B
PHP

<?
namespace Exceptions;
class BenefitsRequirePasswordException extends AppException{
/** @var string $message */
protected $message = 'One or more of the selected benefits require that the user have a password set.';
}