Skip to content

Commit

Permalink
Adding missing RuntimeException import in GenericLoader.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxist committed Jan 31, 2011
1 parent b8810b1 commit fdf4a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Opl/Autoloader/GenericLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* and other contributors. See website for details.
*/
namespace Opl\Autoloader;
use RuntimeException;

/**
* The generic class autoloader is a slightly enhanced version of the
Expand Down

0 comments on commit fdf4a41

Please sign in to comment.