Skip to content

Commit

Permalink
#13 Implement integration with GitHub
Browse files Browse the repository at this point in the history
 - Added exception.
  • Loading branch information
andkirby committed Dec 1, 2015
1 parent acf7beb commit d1e4f35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LibHooks/lib/PreCommit/Issue/Exception.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
namespace PreCommit\Issue;

/**
* Issue adapters exception class
*
* @package PreCommit\Issue
*/
class Exception extends \PreCommit\Exception
{

}

0 comments on commit d1e4f35

Please sign in to comment.