@startuml set namespaceSeparator \\ namespace ServerConfiguration { class Directive { + {static} get(directive : string) : string + {static} getInBytes(directive : string) : int + {static} getUploadMaxFilesize() : int } } namespace ServerConfiguration { namespace Exception { class DirectiveException { } } } \\Exception <|-- ServerConfiguration\\Exception\\DirectiveException @enduml