dhrrgn / codeigniter-uhoh

A port of the Kohana v3 Error Handler for CodeIgniter.
82 stars 9 forks source link

Possible filename change of My_Exceptions.php #4

Open arjenschat opened 13 years ago

arjenschat commented 13 years ago

Documentation addition: You might want to change the name of My_exceptions.php based on your prefix config.

$config['subclassprefix'] = 'app';

arjenschat commented 13 years ago

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.