silverstripe-framework/tests/php/Control/ControllerTest/SubController_Exception.php

12 lines
181 B
PHP
Raw Normal View History

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