aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/HeaderParser/HeaderParserError.php
blob: a9499abf145d9cf76470f3eeeda099e4187ab323 (plain) (blame)
1
2
3
4
5
6
<?php

namespace MediaWiki\Rest\HeaderParser;

class HeaderParserError extends \RuntimeException {
}