1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 12:05:37 +00:00

12 lines
181 B
PHP
Raw Normal View History

2016-10-14 14:30:05 +13:00
<?php
namespace SilverStripe\Control\Tests\ControllerTest;
use Exception;
use SilverStripe\Dev\TestOnly;
class SubController_Exception extends Exception implements TestOnly
{
}