mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 22:33:35 +02:00
chore: refactors exceptions
This commit is contained in:
@@ -16,6 +16,6 @@ final class InvalidPestCommand extends InvalidArgumentException implements Excep
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('Please run [./vendor/bin/pest] instead.');
|
||||
parent::__construct('Pest must be run through its own binary. Please run [./vendor/bin/pest] instead.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user