Skip to content

Commit f8c8aea

Browse files
author
Greg Bowler
committed
Add BuildExceptions
1 parent 44d3df2 commit f8c8aea

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

src/TaskExecutionFailureException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
namespace Gt\Build;
3+
4+
class TaskExecutionFailureException extends BuildException {}

src/UnsatisfiedRequirementVersion.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
namespace Gt\Build;
3+
4+
class UnsatisfiedRequirementVersion extends BuildException {}

src/VersionCheckException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
namespace Gt\Build;
3+
4+
class VersionCheckException extends BuildException {}

0 commit comments

Comments
 (0)