mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-25 05:00:59 +01:00
6 lines
51 B
PHP
6 lines
51 B
PHP
|
<?php
|
||
|
|
||
|
class UnhandledMatchError extends Error
|
||
|
{
|
||
|
}
|