romanzaycev/tooolooop

View on GitHub
src/Romanzaycev/Tooolooop/Exceptions/TooolooopException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

/**
 * This file is part of the Tooolooop.
 * Copyright (c) 2017-2019 Roman Zaycev <box@romanzaycev.ru>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Romanzaycev\Tooolooop\Exceptions;

/**
 * Class TooolooopException
 *
 * @author Roman Zaycev <box@romanzaycev.ru>
 * @package Romanzaycev\Tooolooop\Exceptions
 */
abstract class TooolooopException extends \Exception
{

}