Skip to content

Instantly share code, notes, and snippets.

@scottyinternet
Created July 10, 2023 16:07
Show Gist options
  • Save scottyinternet/ccf0ff719881214fe94a2b4bc7b40182 to your computer and use it in GitHub Desktop.
Save scottyinternet/ccf0ff719881214fe94a2b4bc7b40182 to your computer and use it in GitHub Desktop.
PlantUML Quiz Response
@startuml
Exception AtaInvalidNameException {
}
Exception AtaInvalidZipCodeException {
}
Exception AtaInvalidPhoneNumberException {
}
Exception AtaInvalidProfileParameterException {
}
Exception AtaBaseException {
}
Exception Exception {
}
Exception <|-- AtaBaseException
AtaBaseException <|-- AtaInvalidProfileParameterException
AtaInvalidProfileParameterException <|-- AtaInvalidNameException
AtaInvalidProfileParameterException <|-- AtaInvalidPhoneNumberException
AtaInvalidProfileParameterException <|-- AtaInvalidZipCodeException
@enduml
@scottyinternet
Copy link
Author

Screenshot 2023-07-10 at 11 03 36 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment