lbry.com/lib/exception/ErrorException.class.php
2015-10-25 12:51:01 -04:00

11 lines
118 B
PHP

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