InterNACHI/modular

View on GitHub
src/Exceptions/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace InterNACHI\Modular\Exceptions;

class Exception extends \Exception
{
}