7 lines
111 B
PHP
7 lines
111 B
PHP
|
<?php
|
||
|
namespace Rails\Exception\PHPError;
|
||
|
|
||
|
class Warning extends Base
|
||
|
{
|
||
|
protected $title = 'PHP Warning';
|
||
|
}
|