mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
11 lines
118 B
PHP
11 lines
118 B
PHP
<?php
|
|
|
|
/**
|
|
* Used to immediately end execution
|
|
*
|
|
* @author jeremy
|
|
*/
|
|
class StopException extends Exception
|
|
{
|
|
|
|
}
|