MessagePack\Tests\Perf\TestSkippedException::__construct PHP Метод

__construct() публичный Метод

public __construct ( Test $test, $code = null, Exception $previous = null )
$test Test
$previous Exception
    public function __construct(Test $test, $code = null, \Exception $previous = null)
    {
        $message = sprintf('"%s" test is skipped.', $test->getName());
        parent::__construct($message, $code, $previous);
        $this->test = $test;
    }
TestSkippedException