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

declare(strict_types=1);

namespace Zhineng\VehicleLicenseChina;

final class RegistrationNumberException extends \Exception
{
    //
}