respect-validation/library/Exceptions/FilterVarException.php

18 lines
300 B
PHP
Raw Normal View History

2015-01-26 13:10:54 +01:00
<?php
2015-06-08 16:47:14 +02:00
/*
* Copyright (c) Alexandre Gomes Gaigalas <alganet@gmail.com>
* SPDX-License-Identifier: MIT
*/
declare(strict_types=1);
2015-01-26 13:10:54 +01:00
namespace Respect\Validation\Exceptions;
/**
* @author Henrique Moody <henriquemoody@gmail.com>
*/
final class FilterVarException extends ValidationException
2015-01-26 13:10:54 +01:00
{
}