SAREhub/php_component_worker

View on GitHub
src/SAREhub/Component/Worker/Command/CommandException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SAREhub\Component\Worker\Command;

class CommandException extends \Exception {
    
}