nordsoftware/lumen-fractal

View on GitHub
src/Exceptions/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Nord\Lumen\Fractal\Exceptions;

class Exception extends \Exception
{
}