whitemerry/phpkin

View on GitHub
src/Logger/LoggerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace whitemerry\phpkin\Logger;

/**
 * Class LoggerException for try-catch blocks
 *
 * @author Piotr Bugaj <whitemerry@outlook.com>
 * @package whitemerry\phpkin\Logger
 */
class LoggerException extends \Exception {}