aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/bakame/http-structured-fields/src/Validation/Violation.php
blob: ec666de9863667cc84b66610abf650bfe430ecae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

declare(strict_types=1);

namespace Bakame\Http\StructuredFields\Validation;

use Bakame\Http\StructuredFields\StructuredFieldError;
use LogicException;

final class Violation extends LogicException implements StructuredFieldError
{
}