sadok-f/docker-secrets

View on GitHub
src/DockerSecrets/Exception/SecretFileNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace DockerSecrets\Exception;


class SecretFileNotFoundException extends \Exception
{

}