nordsoftware/lumen-fractal

View on GitHub
src/Exceptions/InvalidArgument.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Nord\Lumen\Fractal\Exceptions;

class InvalidArgument extends Exception
{
}