mrcnpdlk/teryt-api

View on GitHub
src/Exception/Request.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * TERYT-API
 *
 * Copyright (c) 2017 pudelek.org.pl
 *
 * @license MIT License (MIT)
 *
 * For the full copyright and license information, please view source file
 * that is bundled with this package in the file LICENSE
 * @author Marcin Pudełek <marcin@pudelek.org.pl>
 */

/**
 * Created by Marcin Pudełek <marcin@pudelek.org.pl>
 * Date: 05.09.2017
 * Time: 12:50
 */

namespace mrcnpdlk\Teryt\Exception;

use mrcnpdlk\Teryt\Exception;

/**
 * Class Request
 */
class Request extends Exception
{
}