Class | Description |
---|---|
EmptyResponse |
An Exception representing undefined response content
|
FileAlreadyExists$ | |
FileNotFound$ | |
InvalidInput$ |
Exception | Description |
---|---|
EmptyResponse$ |
An Exception representing undefined response content
|
FileAlreadyExists |
An Exception representing failure of creating a file which already exists at the given path relative to repository root
|
FileNotFound |
An Exception representing file not found at the given path relative to repository root
|
InvalidInput |
An Exception representing failed validation of provided input
|