AOEpeople/StackFormation

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace StackFormation\Exception;

class NoBlueprintsFoundException extends \Exception
{

}