AOEpeople/StackFormation

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace StackFormation\Exception;

class OutputNotFoundException extends \Exception
{

}