renoki-co/php-k8s

View on GitHub
src/Exceptions/KubeConfigBaseEncodedDataInvalid.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace RenokiCo\PhpK8s\Exceptions;

class KubeConfigBaseEncodedDataInvalid extends PhpK8sException
{
    //
}