File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/Net/ACME2/X/Empty.pm
Back
package Net::ACME2::X::Empty; use strict; use warnings; use parent qw( Net::ACME2::X::Generic ); sub new { my ( $class, $args_hr ) = @_; my $str; if ( defined $args_hr->{'name'} && length $args_hr->{'name'} ) { $str = "“$args_hr->{'name'}” cannot be empty!"; } else { $str = 'This value cannot be empty!'; } return $class->SUPER::new($str, $args_hr); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings