DiverseYouthNightSchool/extend/bw/UrlLockException.php

8 lines
68 B
PHP
Raw Permalink Normal View History

2024-11-04 15:00:20 +08:00
<?php
namespace bw;
class UrlLockException extends \Exception
{
}