Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
vendor
/
yoast
/
whip
/
src
/
Exceptions
/
File Content:
InvalidVersionComparisonString.php
<?php namespace Yoast\WHIPv2\Exceptions; use Exception; /** * Exception for an invalid version comparison string. * * @phpcs:disable Yoast.NamingConventions.ObjectNameDepth.MaxExceeded -- Name should be descriptive and was historically (before namespacing) already set to this. */ class InvalidVersionComparisonString extends Exception { /** * InvalidVersionComparisonString constructor. * * @param string $value The passed version comparison string. */ public function __construct( $value ) { parent::__construct( \sprintf( 'Invalid version comparison string. Example of a valid version comparison string: >=5.3. Passed version comparison string: %s', $value ) ); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
EmptyProperty.php
349 bytes
0644
InvalidOperatorType.php
593 bytes
0644
InvalidType.php
515 bytes
0644
InvalidVersionComparisonString.php
706 bytes
0644
N4ST4R_ID | Naxtarrr