Skip to content

Commit

Permalink
Correção do userspace
Browse files Browse the repository at this point in the history
modified:   src/SpedPHP/Common/Exception/ExceptionInterface.php
modified:   src/SpedPHP/Components/Xml/Validate.php
  • Loading branch information
robmachado committed May 21, 2013
1 parent 0c5cd2a commit 421c7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SpedPHP/Common/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package NFePHP
*/

namespace libray\Exception;
namespace Common\Exception;

/**
* Exception interface for NFePHP
Expand Down
2 changes: 1 addition & 1 deletion src/SpedPHP/Components/Xml/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace SpedPHP\Components\Xml;

use libray\Exception\RuntimeException;
use SpedPHP\Common\Exception;

class XmlValidate
{
Expand Down

0 comments on commit 421c7d7

Please sign in to comment.