Skip to content

Commit

Permalink
Fix exception
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Dec 15, 2013
1 parent 3a555cd commit df03cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/ZfrPaymill/Client/ServiceDescription/Paymill-2.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
'code' => 412
),
array(
'class' => 'ZfrPaymill\Exception\ServerErrorException'
'class' => 'ZfrPaymill\Exception\ServerErrorException',
'code' => 500
)
);

Expand Down
4 changes: 1 addition & 3 deletions src/ZfrPaymill/Exception/ServerErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
* and is licensed under the MIT license.
*/

namespace ZfrPaymill;

use ZfrPaymill\Exception\AbstractException;
namespace ZfrPaymill\Exception;

/**
* @author Michaël Gallego <[email protected]>
Expand Down

0 comments on commit df03cc9

Please sign in to comment.