8 lines
68 B
PHP
Raw Permalink Normal View History

2025-05-20 16:33:23 +08:00
<?php
namespace bw;
class UrlLockException extends \Exception
{
}