timneutkens / aviate-php

Implementation of Aviate for PHP. Provided as base abstract class to extend for specific frameworks.
1 stars 0 forks source link

Use the global namespace for the exception class #1

Closed Serializator closed 5 years ago

Serializator commented 5 years ago

If .aviate/host.txt does not exist PHP will throw a class not found exception for the Exception class because it's not referenced from the global namespace in the use statement.