Created
July 10, 2023 16:07
-
-
Save scottyinternet/ccf0ff719881214fe94a2b4bc7b40182 to your computer and use it in GitHub Desktop.
PlantUML Quiz Response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
Exception AtaInvalidNameException { | |
} | |
Exception AtaInvalidZipCodeException { | |
} | |
Exception AtaInvalidPhoneNumberException { | |
} | |
Exception AtaInvalidProfileParameterException { | |
} | |
Exception AtaBaseException { | |
} | |
Exception Exception { | |
} | |
Exception <|-- AtaBaseException | |
AtaBaseException <|-- AtaInvalidProfileParameterException | |
AtaInvalidProfileParameterException <|-- AtaInvalidNameException | |
AtaInvalidProfileParameterException <|-- AtaInvalidPhoneNumberException | |
AtaInvalidProfileParameterException <|-- AtaInvalidZipCodeException | |
@enduml |
Author
scottyinternet
commented
Jul 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment