Fixed messages and comments for RunnerGroupErrors

ref #39
This commit is contained in:
Nicolai Ort 2020-12-20 18:45:33 +01:00
parent 5de81ad093
commit 82ced34750

View File

@ -3,7 +3,6 @@ import { NotFoundError } from 'routing-controllers';
/** /**
* Error to throw when a runner group couldn't be found. * Error to throw when a runner group couldn't be found.
* Implemented this ways to work with the json-schema conversion for openapi.
*/ */
export class RunnerGroupNotFoundError extends NotFoundError { export class RunnerGroupNotFoundError extends NotFoundError {
@IsString() @IsString()