nordsoftware/lumen-core

View on GitHub
src/Exceptions/InvalidArgument.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Nord\Lumen\Core\Exceptions;

class InvalidArgument extends Exception
{
}