renoki-co/php-k8s

View on GitHub
src/Exceptions/KubernetesWatchException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RenokiCo\PhpK8s\Exceptions;

class KubernetesWatchException extends PhpK8sException
{
    //
}