Skip to content

Commit

Permalink
Fix: ExceptionsLib now uses the versioned namespace ExceptionsLib1
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartherbert committed Jun 8, 2013
1 parent b2942de commit 9716f8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

namespace Phix_Project\ContractLib2;

use Phix_Project\ExceptionsLib\E5xx_InternalServerErrorException;
use Phix_Project\ExceptionsLib1\E5xx_InternalServerErrorException;

/**
* This exception is thrown when an assert() statement fails
Expand Down

0 comments on commit 9716f8b

Please sign in to comment.