Skip to content

Commit 01306a0

Browse files
committed
feature: implement --now with job name
closes #80
1 parent edbb053 commit 01306a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/JobNotFoundException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
namespace GT\Cron;
3+
4+
class JobNotFoundException extends CronException {}

0 commit comments

Comments
 (0)