lbry.com/lib/exception/StopException.class.php
Jeremy Kauffman fd018173a8 lbry.io, yo
2015-10-08 14:08:26 -04:00

11 lines
118 B
PHP

<?php
/**
* Used to immediately end execution
*
* @author jeremy
*/
class StopException extends Exception
{
}