aboutsummaryrefslogtreecommitdiff
path: root/src/Search/ParseError.php
blob: 1b987d73a074bf52a7fa5317597b2470d113ad16 (plain)
1
2
3
4
5
6
7
8
9
<?php


namespace Micropoly\Search;


use Exception;

class ParseError extends Exception { }