Skip to content

Commit

Permalink
Set the BuildTaskSkippedException code to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 28, 2024
1 parent 334a83a commit 70291fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class BuildTaskSkippedException extends RuntimeException
{
public function __construct(string $message = 'Task was skipped', int $code = 2)
public function __construct(string $message = 'Task was skipped', int $code = 3)
{
parent::__construct($message, $code);
}
Expand Down

0 comments on commit 70291fb

Please sign in to comment.