8889841cclixcotz/mars.clix.co.tz/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php000066600000000663150514001350027761 0ustar00home * * 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 { }