Open arjenschat opened 13 years ago
Documentation addition: You might want to change the name of My_exceptions.php based on your prefix config.
$config['subclassprefix'] = 'app';
If you have to change the filename to from My_exceptions.php to app_Exceptions.php for instance, you have to change it in all the files where it references to the My_exceptions class.
Documentation addition: You might want to change the name of My_exceptions.php based on your prefix config.
$config['subclassprefix'] = 'app';