D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
pinaclec
/
public_html
/
wp-content
/
plugins
/
loco-translate
/
src
/
test
/
Filename :
RecursiveException.php
back
Copy
<?php /** * Exception that throws an exception when rendered * Don't use it, it's for testing failures during failures */ class Loco_test_RecursiveException extends Loco_error_Exception { /** * @override */ public function getTemplate(){ return LOCO_TEST_DATA_ROOT.'/views/fatal'; } }