Revert "Merge branch 'dillon/51-vue-polling-experimental-2' into 'master'"

This reverts merge request !152
This commit is contained in:
Dillon Ngo
2024-02-11 09:53:09 +00:00
parent b9668bb61b
commit ea4795e5c8
60 changed files with 152 additions and 2380 deletions
@@ -1,11 +0,0 @@
<?php
namespace App\Classes\Exceptions;
use App\Classes\ValueObjects\Constants\HttpStatus;
final class JobResourceNotFoundException extends ServiceApiException {
public function __construct(?string $message = null) {
parent::__construct($message ?? 'Unable to find the requested resource', HttpStatus::RESOURCE_NOT_FOUND);
}
}