summaryrefslogtreecommitdiff
path: root/src/RegionException.php
blob: e3890dbbf91ce9f86987825bd6d5cfe3f801444e (plain)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Zhineng\RegionChina;

final class RegionException extends \Exception
{
    //
}