autowp/zf-components

View on GitHub
src/GulpRevException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace Autowp\ZFComponents;

use Exception;

class GulpRevException extends Exception
{
}