Page MenuHomec4science

PhutilConsoleWarning.php
No OneTemporary

File Metadata

Created
Sat, Apr 26, 04:35

PhutilConsoleWarning.php

<?php
final class PhutilConsoleWarning
extends PhutilConsoleLogLine {
protected function getLogLineColor() {
return 'yellow';
}
}

Event Timeline