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