Page MenuHomeWickedGov Phorge

UnlocatedTestException.php
No OneTemporary

Size
340 B
Referenced Files
None
Subscribers
None

UnlocatedTestException.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Composer\PhpUnitSplitter;
/**
* @license GPL-2.0-or-later
*/
class UnlocatedTestException extends \Exception {
public function __construct( TestDescriptor $testDescriptor ) {
parent::__construct( "Could not find file for class " . $testDescriptor->getFullClassname() );
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 19:37 (4 h, 10 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bf/4e/78c16ee84b8b996daad2420cb253
Default Alt Text
UnlocatedTestException.php (340 B)

Event Timeline