AOEpeople/StackFormation

View on GitHub
src/StackFormation/Exception/ParameterNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace StackFormation\Exception;

class ParameterNotFoundException extends \Exception
{

}