Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
wordpress-seo
/
vendor
/
yoast
/
whip
/
src
/
Exceptions
/
File Content:
EmptyProperty.php
<?php namespace Yoast\WHIPv2\Exceptions; use Exception; /** * Class EmptyProperty. */ class EmptyProperty extends Exception { /** * EmptyProperty constructor. * * @param string $property Property name. */ public function __construct( $property ) { parent::__construct( \sprintf( '%s cannot be empty.', (string) $property ) ); } }
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