BranchDoesNotExistException({String? type, String? message}) : super( type: type, code: 'BranchDoesNotExistException', message: message);