-
Notifications
You must be signed in to change notification settings - Fork 3
Fix fatal error with exception factory #1
base: master
Are you sure you want to change the base?
Conversation
Hi, Thanks for your input. Can you please explain which fatal error you're trying to resolve? Is the translation function Also, I'd like to be compliant with Kohana standards, so please use tab characters instead of spaces. It'll also help me see exactly which changes you've made in the file. |
Try it with php5.5 and kohana 3.3.2. |
About Kohana standard - it's anachronism. There is only one standard now - PSR-2. |
Re PSR-2: I haven't worked with PHP in general, and Kohana in particular, for almost a year now. So cool, PSR-2 isn't great, but I'd prefer to make this change in the entire module (and parent module) code base in a separate pull request which refactors ALL files for PSR-2 standard. Re bug: I've actually extended |
I'm using 3.3, why you talking about 3.2 ? And I have own override for HTTP_Exception in my application for custom error handler, maybe this is the reason. |
Yes, that's the reason. |
Yes, you can just inherit your own rest_exception and problem will gone. Thank you for answer. |
What the status of problem solving? :) |
Guess there is no fix for this? |
No description provided.