Tor Edvardsson

Results 2 issues of Tor Edvardsson

I have made simple Facade for simulating the Laravel facade in a non-Laravel environment. It just implements the magic `__callStatic` method and executes it as a non-static method on a...

For 3.x release I would recommend to change the parent class of Aura Exception to LogicException or RuntimeException. This is what the Java community calls _uncecked exceptions_ and they should...