bluetree-service/simple-log

View on GitHub
src/LogException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace SimpleLog;

class LogException extends \Exception
{

}