toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.reporting
/
ErrorUnit
/
ContextErrorUnit
/
FileNotFoundError
File
Not
Found
Error
data
class
FileNotFoundError
(
val
envHostRoot
:
String
,
val
requested
:
String
)
:
ErrorUnit.ContextErrorUnit
Members
Constructors
File
Not
Found
Error
Link copied to clipboard
constructor
(
envHostRoot
:
String
,
requested
:
String
)
Properties
env
Host
Root
Link copied to clipboard
val
envHostRoot
:
String
requested
Link copied to clipboard
val
requested
:
String