Apply 3 suggestion(s) to 3 file(s)

This commit is contained in:
Konrad Hanff
2021-04-21 06:01:55 +00:00
committed by Sebastian Serth
parent c14cf99a96
commit b29bc5e70f
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
class ApplicationError < StandardError
end
end

View File

@ -1,2 +1,2 @@
class RunnerNotAvailableError < ApplicationError
end
end