Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Commit

Permalink
Adding missing exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
kherge committed Jul 23, 2013
1 parent a79c1cb commit 096a9e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/lib/Herrera/Box/Exception/SignatureException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace Herrera\Box\Exception;

/**
* Used for errors related to phar signatures.
*
* @author Kevin Herrera <[email protected]>
*/
class SignatureException extends Exception
{
}

0 comments on commit 096a9e9

Please sign in to comment.