SAREhub/PHP_Commons

View on GitHub
src/SAREhub/Commons/Secret/SecretValueNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace SAREhub\Commons\Secret;


class SecretValueNotFoundException extends \Exception
{

}