1<?php
2
3/**
4 * Thrown to prematurely end test execution.
5 */
6final class PhutilTestTerminatedException extends Exception {}
7