Skip to content

Commit

Permalink
Add BuildExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Dec 10, 2017
1 parent 44d3df2 commit f8c8aea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TaskExecutionFailureException.php
@@ -0,0 +1,4 @@
<?php
namespace Gt\Build;

class TaskExecutionFailureException extends BuildException {}
4 changes: 4 additions & 0 deletions src/UnsatisfiedRequirementVersion.php
@@ -0,0 +1,4 @@
<?php
namespace Gt\Build;

class UnsatisfiedRequirementVersion extends BuildException {}
4 changes: 4 additions & 0 deletions src/VersionCheckException.php
@@ -0,0 +1,4 @@
<?php
namespace Gt\Build;

class VersionCheckException extends BuildException {}

0 comments on commit f8c8aea

Please sign in to comment.