OrganizationalUnitNotFoundException constructor
Implementation
OrganizationalUnitNotFoundException({String? type, String? message})
: super(
type: type,
code: 'OrganizationalUnitNotFoundException',
message: message);