/opt/cpanel/ea-wappspector/vendor/sebastian/lines-of-code/src/Exception
NameSizeModeActions
Exception.php3690644editdlrm
IllogicalValuesException.php4170644editdlrm
NegativeValueException.php4350644editdlrm
RuntimeException.php3910644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php (435B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\LinesOfCode; use InvalidArgumentException; final class NegativeValueException extends InvalidArgumentException implements Exception { }