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