for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* InvalidStateException.php
*
* @copyright More in license.md
* @license http://www.ipublikuj.eu
* @author Adam Kadlec <[email protected]>
* @package iPublikuj:FormSlug!
* @subpackage Exceptions
* @since 1.1.0
* @date 05.04.17
*/
declare(strict_types = 1);
namespace IPub\FormSlug\Exceptions;
use Nette;
class InvalidStateException extends Nette\InvalidStateException implements IException
{
}