IndyIndyIndy/placeholder_images

View on GitHub
Classes/Exception/MissingArgumentsException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace ChristianEssl\PlaceholderImages\Exception;

/***
 *
 * This file is part of the "PlaceholderImages" Extension for TYPO3 CMS.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 *
 *  (c) 2019 Christian Eßl <indy.essl@gmail.com>, https://christianessl.at
 *
 ***/

/**
 * No arguments were given to placeholder controller
 */
class MissingArgumentsException extends \Exception
{

}