<?php
namespace Rails\Exception\PHPError;

class Notice extends Base
{
    protected $title = 'PHP Notice';
}