komissarovea/hexlet-psr-linter

View on GitHub
src/Exceptions/BaseException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace HexletPsrLinter\Exceptions;

/**
 * Base class for HexletPsrLinter exceptions
 */
class BaseException extends \Exception
{

}