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